@charset "utf-8";
/**common**/
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {padding:0; margin:0; font-size:14px;font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th{font-size:14px;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.clear{*zoom:1;}
.clear:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
input[type="text"] {
 -webkit-appearance: none;
}
textarea{
 -webkit-appearance: none;
}

@font-face { 
font-family: Helvetica33;/**定义font的名字**/
src: url(../font/Helvetica33.OTF);/**引入字体文件**/
}


@media screen and (min-width:1200px) {
	
	/**top**/
	.ly_top { width:100%; height: 100px; margin: 0 auto; padding: 0; background-color: #fff;}
	.ly_top .top_main { width:1200px; height: 100px; margin: 0 auto; padding: 0;}
	.top_main .ly_logo { width:560px; height: 100px; overflow: hidden; margin: 0; padding: 0; float: left;}
	
	/**search**/
	.ly_search { width:300px; height: 80px; overflow: hidden; margin: 10px 0; padding: 0; float: right;}
	.ly_search .sc_ipt { width:240px; height: 40px; overflow: hidden; margin: 0; padding: 3px 20px; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 4px 0 0 4px; float: left; box-sizing: border-box;}
	.ly_search .sc_btn { width:60px; height: 40px; overflow: hidden; margin: 0; padding: 0; background-color: #0c65b6; border-radius: 0 4px 4px 0;}
	.sc_ipt input { display:block; width:100%; height: 32px; overflow: hidden; line-height: 32px; color: #666; font-size: 14px; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 40px; background: url(../images/sc_btn1.png) center center no-repeat; border: none; outline: none;}
	.ly_search .top_tel{font-size:24px;font-weight:bold;margin-bottom:5px;color:#0c65b6;}
	.ly_search .top_tel em{display:inline-block;width:25px;height:25px;margin-right:5px;}
	.ly_search .top_tel em img{max-width:100%;max-height:100%;}
	
	/**nav**/
	.ly_nav { width:100%; height: 50px; margin: 0; padding: 0; background-color: #0c65b6; position: relative;}
	.nav { width: 1200px; height: 50px; margin: 0 auto; }
	.nav_item { float: left; position: relative; margin: 0;}
	.nav_item > a { display: block; width: 143px; height: 50px; padding: 0; line-height: 50px; color: #fff; font-size: 15px; text-align: center; -webkit-transition: all .4s; transition: all .4s; }
	.nav_item > a:hover, .nav_item > a.navon { color: #ffc53c; background-color: #00549c;font-weight:bold;}

	.menu_open { display: none; }
	
	.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); background: #fff; border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
	.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	.subopen { display: none; }
	.nav_item2 { width: 100%; line-height: 48px; }
	.nav_item2 a { display: block; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-align: center; }
	.nav_item2:hover a { background-color: #00549c; color: #fff; }
	.hcover { display: none; }	
	
	/**banner**/
	.apple-banner { width: 100%; height: 600px; overflow: hidden;}
	.apple-banner .swiper-container { width: 100%; height: 600px;}
	.swiper-button-prev,.swiper-button-next { width: 15%; height: 100%; top:0; background:none;}
	.swiper-button-prev { left:0;}	
	.swiper-button-next { right:0;}	
	.swiper-button-prev span,.swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; left: 20px; top: 50%; margin-top:-32px; border-radius: 100%; background: rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
	.swiper-button-next span { background: rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center; left:auto; right:20px; }
	.swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: .6;}
	/*分页器*/
	.apple-banner .swiper-pagination{ top:auto; bottom:20px; background:none;}
	.apple-banner  .swiper-pagination-bullet { display: inline-block; width: 12px; margin: 0 6px; cursor: pointer; background: none; border-radius:0; opacity: 1; border-radius:6px;}
	.apple-banner  .swiper-pagination-bullet span { width: 12px; height: 12px; display: block; background: rgba(0,0,0,0.3); border-radius:6px;}
	.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
	.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(0,0,0,0.3);}
	.apple-banner  .swiper-pagination-bullet i{ background-color: #fff; height: 12px; transform:scaleX(0); transform-origin: 0; display: block;}
	.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1); border-radius:6px;}
	.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1); border-radius:6px;}
	.apple-banner  .autoplay .replace span{ background-color:#fff;}
	/*内容样式*/
	.slide1 { background:url(../images/banner1.jpg) center center no-repeat; background-size: cover;}
	.slide2 { background:url(../images/banner2.jpg) center center no-repeat; background-size: cover;}
	
	.hotkeys{width:100%;border-bottom:1px solid #dedede;}
	.hotkeys_in{width:1200px;margin:0 auto;line-height:24px;font-size:14px;color:#595959;padding:15px 0;}	
	
	/**我们能提供的服务**/
	.ly_service { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
		
	/**product**/
	.ly_products { width:1200px; margin: 60px auto; padding: 0;}
	.protab { width:1200px; height: 44px; overflow: hidden; margin: 0 auto 40px; padding: 0; text-align: center;}
	.protab ul { display:inline-block;}
	.protab ul li { width:160px; height: 44px; overflow: hidden; margin: 0; padding: 0 5px; float: left; cursor: pointer;}
	.protab ul li span { display:block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #666; font-size: 16px; text-align: center; background-color: #f5f5f5;}
	.protab ul li.protab0 span { background-color: #0c65b6; color: #fff;}
	
	.pro_list { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list ul li { width:285px; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left;}
	.pro_list ul li:nth-child(4n+4) { margin:0;}
	.pro_list ul li .pro_img a { display:block; width:285px; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list ul li .pro_img a:hover { border: 1px solid #0c65b6;}
	.pro_list ul li p a:hover { color: #0c65b6;}
	
	/**产品目录**/
	.pro_menu { width:285px; overflow: hidden; margin: 0 0 20px; padding: 0; float: left;}
	.pro_menu .pro_menu_tit { width:100%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 24px; margin: 0 auto; padding: 0 20px; background-color: #0c65b6; box-sizing: border-box;}
	.pro_menu_tit span { display: inline-block; font-size: 14px; font-style: italic; margin: 0 0 0 10px;}
	.pro_menu_tit img { display:none;}
	.pro_menu ul.dropdown { width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 10px 0 0; border-right: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.pro_menu ul.dropdown li { border-bottom: 1px solid #eaeaea; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; text-decoration: none; margin: 0; padding:0 20px; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #0c65b6;}
	.pro_menu ul.dropdown li p { width:44px; height: 44px; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../images/jt1.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/jt02.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 30px; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#0c65b6;}
	
	.pro_list1 { width:895px; margin: 0 auto; padding: 0; float: right;}
	.pro_list1 ul li { width:285px; margin: 0 20px 20px 0; padding: 0; float: left;}
	.pro_list1 ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pro_list1 ul li .pro_img a { display: block; width:100%; height: 285px; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list1 ul li p a { display: block; width:100%; height: 54px; overflow: hidden; line-height: 54px; color: #666; font-size: 14px; text-align: center; box-sizing: border-box;}
	.pro_list1 ul li .pro_img a:hover { border: 1px solid #fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
	.pro_list1 ul li p a:hover { color: #0c65b6;}
	
	.pro_list2 { width:100%; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 ul li { width:31%; margin: 0 3.5% 20px 0; padding: 0; float: left;}
	.pro_list2 ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pro_list2 ul li .pro_img a { display: block; width:100%; height: 285px; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_list2 ul li .xc_img a { display: block; width:100%; height: 200px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	
	.pro_list2 ul li p a { display: block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list2 ul li .pro_img a:hover { border: 1px solid #fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
	.pro_list2 ul li p a:hover { color: #0c65b6;}
	
	.ly_more { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0;}
	.ly_more a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #0c65b6; font-size: 14px; text-align: center; border: 1px solid #0c65b6; margin: 0 auto; padding: 0; border-radius:20px;}
	.ly_more a:hover { color:#fff; background-color: #0c65b6;}
	
	/**about**/
	.ly_about { width:100%; overflow: hidden; margin: 60px auto 20px; padding: 60px 0; background:url(../images/ab_bg.jpg) center top no-repeat;}
	.ab_tit { width:1200px; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.ab_tit h5 { width:100%; height:40px; overflow: hidden; line-height:40px; color: #fff; font-size: 24px; font-weight: normal; text-align: center; margin: 0 auto; padding: 0;}
	.ab_tit em { display:inline-block; color:#fff; font-size:30px; font-weight:bold; margin:0 10px;}
	.ab_tit span { display:inline-block; color:#fff; font-size:30px; font-weight:bold; margin:0 10px 0 0;vertical-align: middle;}
	
	.ly_about .ab_main { width:1200px; overflow: hidden; margin: 0 auto; padding:50px; background-color:#fff; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); box-sizing: border-box;}
	.ab_main .ab_text { width:50%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ab_text p { width:100%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; color: #565656; font-size: 14px; text-indent: 2em; text-align: justify;}
	.ab_text a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #0c65b6; font-size: 14px; text-align: center; margin: 40px 0 0; border: 1px solid #0c65b6; float: right; border-radius:20px;}
	.ab_text a:hover { color: #fff; background-color:#0c65b6;}
	.ab_main .ab_img { width:44%; height: 300px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ab_img video { display:block; background:transparent url(../images/ab_img1.jpg) 50% 50% no-repeat; background-size:cover;}
	
	.ab_main .ab_num { width:100%; overflow:hidden; margin:50px auto 0; padding:0;}
	.ab_num ul li { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
	.ab_num ul li p { width:100%; overflow:hidden; margin:0 auto; padding:0; color:#0c65b6; font-size:40px; font-weight:bold; text-align:center;}
	.ab_num ul li span { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0; color:#595959; font-size:16px; font-weight:bold; text-align:center;}
	
	/**成功案例**/
	.ly_sljz { width:100%; overflow: hidden; margin: 0 auto; padding: 0 0 60px;  background-color:#fff;}
	.ly_sljz ul { width:1200px; overflow:hidden; margin:0 auto; padding:0;min-height:248px;}
	.ly_sljz ul li { width:22%; overflow: hidden; margin: 0 4% 0 0; padding: 0; float:left;}
	.ly_sljz ul li:last-child { margin:0;}
	.ly_sljz ul li .caseimg { width:100%; height:240px; overflow:hidden; margin:0 auto 20px; padding:10px; background-color:#fff; box-sizing:border-box;border: 1px solid #eee;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
	.caseimg a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.caseimg a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
	.ly_sljz ul li p { width:100%; height:24px; overflow:hidden; line-height:24px; text-align:center; margin:0 auto; padding:0;}
	.ly_sljz ul li p a { color:#555; font-size:15px;}
	.ly_sljz ul li .caseimg:hover img{transform: scale(1.1,1.1);}
	.ly_sljz ul li .caseimg:hover{border: 1px solid #0c65b6;}
	
	
	/**new**/
	.ly_tit { width:1200px; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.ly_tit h5 { width:100%; height:40px; overflow: hidden; line-height:40px; color: #0c65b6; font-size: 24px; font-weight: normal; text-align: center; margin: 0 auto; padding: 0;}
	.ly_tit em { display:inline-block; color:#aaa; font-size:30px; font-weight:bold; margin:0 10px;}
	.ly_tit span { display:inline-block; color:#3f3f3f; font-size:30px; font-weight:bold; margin:0 10px 0 0; vertical-align: middle;}
	
	.ly_news { width:1200px; margin: 60px auto 20px; padding: 0;}
	.ly_news ul { width:100%; overflow: hidden; margin: 0 auto; padding: 0;min-height:390px;}
	.ly_news ul li { width:48%; height: 110px; overflow: hidden; margin: 0 4% 20px 0; padding: 0 0 20px 110px; border-bottom:1px dashed #f2f2f2; float: left; box-sizing: border-box; position: relative;}
	.ly_news ul li:nth-child(2n+2) { margin:0 0 20px;}
	
	.ly_news ul li .nw_time { width:90px; height: 90px; overflow: hidden; margin: 0; padding: 0; background-color:#f2f2f2; position: absolute; left: 0; top: 0;}
	.nw_time h5 { width:100%; overflow: hidden; margin: 0 auto; padding: 14px 0 0; color: #565656; font-size: 36px; text-align: center;}
	.nw_time p { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 14px; text-align: center;}

	.ly_news ul li .nw_text { width:100%; height: 90px; overflow: hidden; margin: 0; padding: 0;}
	.nw_text h5 { width:100%; height: 32px; overflow: hidden; line-height: 32px; margin: 0 auto 10px; padding: 0;}
	.nw_text h5 a { color: #2b2b2b; font-size: 18px;}
	.nw_text h5 a:hover { color: #0c65b6;}
	.nw_text p { width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-indent: 2em; text-align: justify; margin: 0 auto ; padding: 0;}

	
	/**服务流程**/
	.ly_fwlc { width:100%; overflow: hidden; margin: 0 auto; padding: 60px 0; background: url(../images/fwlc.jpg) center center no-repeat; background-size: cover;}
	.ly_fwlc ul { width:1188px; overflow: hidden; margin: 40px auto 0; padding: 0 6px; display: flex;}
	.ly_fwlc ul li { width:32%; height:240px; overflow:hidden; margin:0 2% 0 0; padding:40px 20px; background-color:#fff; box-sizing: border-box; float:left;}
	.ly_fwlc ul li:nth-child(3n+3) { margin:0;}
	.ly_fwlc ul li img { display:block; width:44px; height:44px; overflow: hidden; margin:0 auto 20px; padding:0;}
	.ly_fwlc ul li p { width:100%; overflow:hidden; margin:0 auto; padding:0; color:#0c65b6; font-size:18px; text-align:center; margin:0 auto; padding:0;}
	.ly_fwlc ul li em { display:block; width:30px; height:2px; overflow:hidden; margin:20px auto; padding:0; background-color:#0c65b6;}
	.ly_fwlc ul li span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#565656; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	/**foot**/
	.ly_foot,.ly_foot a,.ly_foot em,.ly_foot span,.ly_foot li,.ly_foot p{color:#fff !important;}
	.ly_foot { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0; background-color: #1c1c1c;}
	.ly_foot .ft_link { width:1200px; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0 0 40px 0; text-align: justify;}
	.ft_link span, .ft_link a { display:inline-block; font-size: 14px;}
	.ft_link span { color:#595959;}
	.ft_link a { padding:0 10px; color: #595959;}
	.ft_link a:hover { color:#fff;}
	
	.ly_foot .ft_main { width:1200px; overflow: hidden; margin: 0 auto; padding:0 0 40px; }
	.ft_main .ft_contact, .ft_main .ft_prolist { float: left; padding: 0 120px 0 0; border-right: 1px solid #272727;}
	.ft_main .ft_prolist { padding:0 120px;}
	.ft_main .ft_ewm { float: right;}
	.ft_contact em, .ft_prolist em { display:block; margin: 0 auto 20px; padding: 0; color: #595959; font-size: 16px; font-weight: bold; font-style: normal;}
	.ft_contact ul li, .ft_prolist ul li a { display:block; overflow: hidden; line-height: 40px; color: #595959; font-size: 14px;}
	.ft_contact ul li img { display:block; width: 40px; height: 40px; float: left;}
	.ft_prolist ul li a:hover { color:#fff;}
	.ft_ewm img { display:block; width: 140px; height: 140px; overflow: hidden; margin: 20px 10px 10px 10px; padding: 0;}
	.ft_ewm p { color:#595959; font-size: 14px; text-align: center;}
	
	.ly_foot .ft_copy { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0 0; border-top: 1px solid #272727;}
	.ft_copy p { width:1200px; overflow: hidden; line-height: 24px; color:#595959; font-size: 14px; margin: 0 auto; padding: 0;}
	.ft_copy p a { color:#595959;}
	.ft_copy p a:hover { color:#fff;}
	
	/**nybanner**/
	.nybanner { width:100%; height:300px; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
	.nybanner img { display: block; width: 1920px; height: 300px; overflow: hidden; margin: -150px 0 0 -960px; position: absolute; left: 50%; top: 50%;}
	
	/**nymain**/
	.ny_main { width:1200px; overflow: hidden; margin: 20px auto 60px; padding: 0;}
	.ny_main .ny_l { width:285px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ny_main .ny_r { width:875px; margin: 0; padding: 0; float: right;}
	.ny_lcon { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	
	.ny_ltit { width:100%; height: 60px; overflow: hidden; line-height: 40px; color: #fff; font-size: 24px; margin: 0 auto; padding: 10px 20px; background-color: #0c65b6; box-sizing: border-box;}
	.ny_ltit span { display: inline-block; font-size: 14px; font-style: italic; margin: 0 0 0 10px;}
	.ny_lcon ul { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 10px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lcon ul li { width:100%; overflow: hidden; margin:0 auto 10px; padding: 0;}
	.ny_lcon ul li a { display:block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; background: #f5f5f5 url(../images/jt_tb2.png) 200px 14px no-repeat; margin: 0 auto; padding: 0 10px;}
	.ny_lcon ul li a:hover, .ny_lcon ul li a.nyon { color:#fff; background: #0c65b6 url(../images/jt_tb3.png) 200px 14px no-repeat;}
	
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 9px; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px dotted #eaeaea;}
	.ny_lnew ol li a { color: #666; font-size: 14px;}
	.ny_lnew ol li a:hover { color:#0c65b6;}
	.ny_lnew ol li a span { display:block; width:4px; height: 4px; overflow: hidden; margin: 18px 10px 18px 0; padding: 0; background-color: #0c65b6; border-radius: 50%; float: left;}
	
	.ny_lcon .ny_llxwm { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 20px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_llxwm p { width:100%; overflow: hidden; line-height: 22px; color: #333; font-size: 14px; margin: 0 auto 10px; padding: 0;}
	.ny_llxwm p span, .ny_llxwm p em { color:#999; font-style: normal;}
	.ny_llxwm p em { display: block; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a { display: block; color:#0c65b6; text-decoration: underline; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a:hover { color:#0c65b6;}
		
	
	/**nw_list**/
	.nw_list, .hynw_list { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.nw_list ul li { width:100%; height: 110px; overflow: hidden; margin: 0 auto 20px; padding: 0 0 20px 110px; border-bottom: 1px solid #eaeaea; box-sizing: border-box; position: relative;}
	.nw_list ul li .nws_time { width:90px; height: 90px; overflow: hidden; margin: 0; padding: 12px 0; background-color:#f2f2f2; box-sizing: border-box; position: absolute; left: 0; top: 0;}
	.nw_list ul li .nws_time em { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #565656; font-size: 36px; text-align: center;}
	.nw_list ul li .nws_time span { display:block; width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 14px; text-align: center;}
	
	.nw_list ul li:hover .nws_time { background-color: #0c65b6;}
	.nw_list ul li:hover .nws_time em, .nw_list ul li:hover .nws_time span { color:#fff;}	
	.nw_list ul li .nws_text { width:100%; height: 84px; overflow: hidden; margin: 0; padding: 8px 0;}
	.nw_list ul li .nws_text .nw_name a { display: block; width:100%; height: 26px; overflow: hidden; line-height: 26px; color: #2b2b2b; font-size: 18px; margin: 0 auto 10px; padding: 0;}
	.nw_list ul li .nws_text p { width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
	.nw_list ul li:hover .nws_text .nw_name a { color:#0c65b6;}
	
	/**渠道加盟**/
	.join_list { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_list ul li { width:100%; overflow: hidden; margin: 0 auto 60px; padding: 0;}
	.join_list ul li .join_img { width:560px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.join_img img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.join_list ul li .join_text { width:560px; overflow: hidden; margin: 0; padding: 0; float: right;}
	.join_list ul li:nth-child(2n+2) .join_img { float:right;}
	.join_list ul li:nth-child(2n+2) .join_text { float:left;}
	.join_text h5 { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.join_text h5 span { display:block; width:8px; height: 8px; overflow: hidden; background-color: #0c65b6; border-radius: 50%; margin: 16px 16px 16px 0; padding: 0; float: left;}
	.join_text p { width:100%; overflow: hidden; line-height: 30px; margin: 0; padding: 0; color: #666; font-size: 16px; text-indent: 2em; text-align: justify;}
	.join_text p span { display: block; width:100%; height: 30px; line-height: 30px; color: #666; font-size: 16px; text-indent: 0; margin: 0; padding: 0 0 0 32px; box-sizing: border-box;}
	.join_text p span em { display:block; width: 4px; height: 4px; overflow: hidden; border: 1px solid #0c65b6; border-radius: 50%; margin: 12px 12px 12px 0; padding: 0; float: left;}
	
	.join_form { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_form .join_fm_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 0;}
	.join_form .join_fl, .join_form .join_fr { width:560px; overflow: hidden; margin: 0; padding: 0;}
	.join_form .join_fl { float:left;}
	.join_form .join_fr { float:right;}
	.join_fl ul li { width:560px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.join_fl ul li p { width:80px; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left;}
	.join_fl ul li .join_ipt { width:478px; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0;}
	.join_fl ul li .join_btn { width:480px; overflow: hidden; padding: 0; margin: 10px 0 0;}
	.join_ipt input, .join_ipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_btn input { display:block; width:100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; background-color: #0c65b6; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_fl ul li .fm_half { width:270px; margin: 0 20px 0 0; float: left;}
	.join_fl ul li .fm_half:nth-child(2n+2) { margin:0;}
	.join_fl ul li .fm_half .join_ipt { width:188px;}
	.join_ipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	
	.join_fr p { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0; color:#333; font-size: 14px; font-weight: bold;}
	.join_fr ul li { width:100%; overflow: hidden; line-height: 32px; color: #666; font-size: 14px;}
		
	/**产品咨询**/
	.pro_form { width:875px; overflow: hidden; margin: 40px auto 20px; padding: 0;}
	.pro_form ul li { width:875px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.pro_form ul li p { width:70px; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0 10px 0 0; float: left;}
	.pro_form ul li .pro_fmipt { width:793px; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0; position: relative;}
	.pro_form ul li .pro_fmbtn { width:795px; overflow: hidden; padding: 0; margin: 20px 0 0; float: left;}
	.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmbtn input { display:block; width:377px; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; background-color: #607783; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box; float: left;}
	.pro_fmbtn input.tj { margin:0 40px 0 0; background-color: #00af80;}
	.pro_form ul li .fm_half { width:427px; margin: 0 20px 0 0; float: left;}
	.pro_form ul li .fm_half:nth-child(2n+2) { margin:0;}
	.pro_form ul li .fm_half .pro_fmipt { width:345px;}
	.pro_fmipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmipt a { display:block; width: 100px; height: 40px; overflow: hidden; position: absolute; top: 0; right: 0;}
	.pro_fmipt a img { display:block; width: 100px; height: 40px; margin: 0 auto; padding: 0;}
	
	/**prodetail**/
	.pro_detail_main { width:1200px; overflow: hidden; margin: 20px auto 60px; padding: 0; position: relative;}
	.pro_detail_main .pro_detail_img { width:440px; height: 440px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #dfdfdf; box-sizing: border-box; float: left;}
	.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
	.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_detail_main .pro_detail_text { width:680px; overflow: hidden; margin: 0; padding: 20px 0 0; float: right;}
	.pro_detail_text h3 { width:100%; overflow: hidden; line-height: 36px; color: #0c65b6; font-size: 24px; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text ul { width:100%; margin: 30px auto; padding: 0;}
	.pro_detail_text ul li { width:100%; max-height: 72px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; margin: 10px auto; padding: 0;}
	.pro_detail_text ul li span { color:#333; font-weight: bold;}
	.pro_tel{font-size:20px;font-weight:bold;color:#F00;}
	.pro_detail_text .pro_detail_btn { width:680px; height: 54px; overflow: hidden; margin: 0 auto; padding: 0; position: absolute; right: 0; bottom: 20px;}
	.pro_detail_btn a { display:block; width: 320px; height: 54px; overflow: hidden; line-height: 54px; color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; float: left;}
	.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 40px 0 0; background-color: #0c65b6;}
	.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #00af80;}
	.pro_detail_btn a.prodtl_btn1:hover { background-color: #255abe;}
	.pro_detail_btn a.prodtl_btn2:hover { background-color: #00bd8a;}
	
	.swiper-container { width: 100%; height: 100%;}
	.swiper-slide { text-align: center;}
	.swiper-slide .part { width:100%; height: 100%; position: relative;}
	.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0;}
	.swiper-pagination-bullet { width: 8px; height: 8px; background-color: rgba(0,0,0,0.5);}
	#swiper-container-01 .swiper-pagination-bullet-active { background-color: #0c65b6;}
	
	/**tjpro**/
	.tjpro { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.tjpro .tjpro_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.tjpro .tjpro_list { width:1200px; height: 300px; overflow: hidden; margin: 0 auto; padding: 29px 19px; border: 1px solid #dfdfdf; box-sizing: border-box;}
	.tjpro_list .ly_scroll { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li { width:240px; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left;}
	.ly_scroll ul li .ly_scroll_img { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li .ly_scroll_img a { display:block; width:240px; height: 194px; overflow: hidden; margin: 0 auto; padding: 10px; box-sizing:border-box; position: relative;}
	.ly_scroll_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_scroll ul li p a { display:block; width:100%; height: 44px; overflow: hidden; margin: 0 auto; padding: 0; line-height: 44px; color: #fff; font-size: 14px; text-align: center; background-color: #0c65b6;}
	.ly_scroll ul li:hover p a { background-color: #00af80;}
	
	/**contact**/
	.ly_map { width:100%; height: 360px; overflow: hidden; margin: 20px auto; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.ly_contact { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.ly_contact h5 { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.ly_contact .con_text { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0;}
	.con_text ul { width:54%; overflow: hidden; margin: 0; padding: 30px 0 30px 20px; float: left; box-sizing: border-box;}
	.con_text ul li { width:100%; overflow: hidden; line-height: 28px; color: #666; font-size: 14px; margin: 10px 0; padding: 0;}
	.con_text .con_img { width:40%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.con_img img { display:block; width: 100%; overflow: hidden; margin: 0; padding: 0;}
	
	
	
}

@media screen and (max-width:1199px) and (min-width:1081px) {
	
	/**top**/
	.ly_top { width:100%; height: 100px; margin: 0 auto; padding: 0; background-color: #fff;}
	.ly_top .top_main { width:96%; height: 100px; margin: 0 auto; padding: 0;}
	.top_main .ly_logo { width:560px; height: 100px; overflow: hidden; margin: 0; padding: 0; float: left;}
		
	/**nav**/
	.ly_nav { width:100%; height: 50px; margin: 0; padding: 0; background-color: #0c65b6; position: relative;}
	.nav { width: 96%; height: 50px; margin: 0 auto; }
	.nav_item { float: left; position: relative; margin: 0;}
	.nav_item > a { display: block; width: 124px; height: 50px; padding: 0; line-height: 50px; color: #fff; font-size: 15px; text-align: center; -webkit-transition: all .4s; transition: all .4s; }
	.nav_item > a:hover, .nav_item > a.navon { color: #fff; background-color: #00549c;}

	.menu_open { display: none; }
	
	.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); background: #fff; border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
	.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	.subopen { display: none; }
	.nav_item2 { width: 100%; line-height: 48px; }
	.nav_item2 a { display: block; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-align: center; }
	.nav_item2:hover a { background-color: #00549c; color: #fff; }
	.hcover { display: none; }	
	
	/**search**/
	.ly_search { width:300px; height: 80px; overflow: hidden; margin: 10px 0; padding: 0; float: right;}
	.ly_search .sc_ipt { width:240px; height: 40px; overflow: hidden; margin: 0; padding: 3px 20px; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 4px 0 0 4px; float: left; box-sizing: border-box;}
	.ly_search .sc_btn { width:60px; height: 40px; overflow: hidden; margin: 0; padding: 0; background-color: #0c65b6; border-radius: 0 4px 4px 0;}
	.sc_ipt input { display:block; width:100%; height: 32px; overflow: hidden; line-height: 32px; color: #666; font-size: 14px; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 40px; background: url(../images/sc_btn1.png) center center no-repeat; border: none; outline: none;}
	.ly_search .top_tel{font-size:24px;font-weight:bold;margin-bottom:5px;color:#0c65b6;}
	.ly_search .top_tel em{display:inline-block;width:25px;height:25px;margin-right:5px;}
	.ly_search .top_tel em img{max-width:100%;max-height:100%;}
	
	/**banner**/
	.apple-banner { width: 100%; height: 520px; overflow: hidden;}
	.apple-banner .swiper-container { width: 100%; height: 520px;}
	.swiper-button-prev,.swiper-button-next { width: 15%; height: 100%; top:0; background:none;}
	.swiper-button-prev { left:0;}	
	.swiper-button-next { right:0;}	
	.swiper-button-prev span,.swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; left: 20px; top: 50%; margin-top:-32px; border-radius: 100%; background: rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
	.swiper-button-next span { background: rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center; left:auto; right:20px; }
	.swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: .6;}
	/*分页器*/
	.apple-banner .swiper-pagination{ top:auto; bottom:20px; background:none;}
	.apple-banner .swiper-pagination-bullet { display: inline-block; width: 12px; margin: 0 6px; cursor: pointer; background: none; border-radius:0; opacity: 1; border-radius:6px;}
	.apple-banner .swiper-pagination-bullet span { width: 12px; height: 12px; display: block; background: rgba(0,0,0,0.3); border-radius:6px;}
	.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
	.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(0,0,0,0.3);}
	.apple-banner .swiper-pagination-bullet i{ background-color: #fff; height: 12px; transform:scaleX(0); transform-origin: 0; display: block;}
	.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1); border-radius:6px;}
	.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1); border-radius:6px;}
	.apple-banner .autoplay .replace span{ background-color:#fff;}
	/*内容样式*/
	.slide1 { background:url(../images/banner1.jpg) center center no-repeat; background-size: 150%;}
	.slide2 { background:url(../images/banner2.jpg) center center no-repeat; background-size: 150%;}
	
	.hotkeys{width:100%;border-bottom:1px solid #dedede;}
	.hotkeys_in{width:96%;margin:0 auto;line-height:24px;font-size:14px;color:#595959;padding:15px 0;}	
	
	/**我们能提供的服务**/
	.ly_service { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	
	/**product**/
	.ly_products { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.protab { width:100%; height: 44px; overflow: hidden; margin: 0 auto 40px; padding: 0; text-align: center;}
	.protab ul { display:inline-block;}
	.protab ul li { width:160px; height: 44px; overflow: hidden; margin: 0; padding: 0 5px; float: left; cursor: pointer;}
	.protab ul li span { display:block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #666; font-size: 16px; text-align: center; background-color: #f5f5f5;}
	.protab ul li.protab0 span { background-color: #0c65b6; color: #fff;}
	
	.pro_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list ul li { width:23.5%; overflow: hidden; margin: 0 2% 0 0; padding: 0; float: left;}
	.pro_list ul li:nth-child(4n+4) { margin:0;}
	.pro_list ul li .pro_img a { display:block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list ul li .pro_img a:hover { border: 1px solid #0c65b6;}
	.pro_list ul li p a:hover { color: #0c65b6;}
	
	/**产品目录**/
	.pro_menu { width:23.5%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.pro_menu .pro_menu_tit { width:100%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 20px; margin: 0 auto; padding: 0 20px; background-color: #0c65b6; box-sizing: border-box;}
	.pro_menu_tit span { display: inline-block; font-size: 12px; font-style: italic; margin: 0 0 0 10px;}
	.pro_menu_tit img { display:none;}
	.pro_menu ul.dropdown { width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 10px 0 0; border-right: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.pro_menu ul.dropdown li { border-bottom: 1px solid #eaeaea; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; text-decoration: none; margin: 0; padding:0 20px; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #0c65b6;}
	.pro_menu ul.dropdown li p { width:44px; height: 44px; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../images/jt1.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/jt02.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 30px; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#0c65b6;}
		
	.pro_list1 { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list1 ul li { width:32%; overflow: hidden; margin: 0 2% 0 0; padding: 0; float: left;}
	.pro_list1 ul li:nth-child(3n+3) { margin:0;}
	.pro_list1 ul li .pro_img a { display:block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list1 ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list1 ul li .pro_img a:hover { border: 1px solid #0c65b6;}
	.pro_list1 ul li p a:hover { color: #0c65b6;}
	
	.pro_list2 { width:100%; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 ul li { width:31%; margin: 0 3.5% 20px 0; padding: 0; float: left;}
	.pro_list2 ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pro_list2 ul li .pro_img a { display:block; width:100%; height: 285px; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li .xc_img a { display: block; width:100%; height: 200px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list2 ul li .pro_img a:hover { border: 1px solid #fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
	.pro_list2 ul li p a:hover { color: #0c65b6;}
	
	.ly_more { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0;}
	.ly_more a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #0c65b6; font-size: 14px; text-align: center; border: 1px solid #0c65b6; margin: 0 auto; padding: 0; border-radius:20px;}
	.ly_more a:hover { color:#fff; background-color: #0c65b6;}
	
	/**about**/
	.ly_about { width:100%; overflow: hidden; margin: 60px auto 20px; padding: 60px 0; background:url(../images/ab_bg.jpg) center top no-repeat;}
	.ab_tit { width:96%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.ab_tit h5 { width:100%; height:40px; overflow: hidden; line-height:40px; color: #fff; font-size: 24px; font-weight: normal; text-align: center; margin: 0 auto; padding: 0;}
	.ab_tit em { display:inline-block; color:#fff; font-size:30px; font-weight:bold; margin:0 10px;}
	.ab_tit span { display:inline-block; color:#fff; font-size:30px; font-weight:bold; margin:0 10px 0 0; vertical-align: middle;}
	
	.ly_about .ab_main { width:96%; overflow: hidden; margin: 0 auto; padding: 50px; background-color:#fff; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); box-sizing: border-box;}
	.ab_main .ab_text { width:52%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ab_text p { width:100%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; color: #565656; font-size: 14px; text-indent: 2em; text-align: justify;}
	.ab_text a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #0c65b6; font-size: 14px; text-align: center; margin: 40px 0 0; border: 1px solid #0c65b6; opacity: 0.8; float: right;}
	.ab_text a:hover { color: #fff; background-color:#0c65b6;}
	.ab_main .ab_img { width:44%; height: 300px; overflow: hidden; margin: 0; padding: 0; position: relative; float: left;}
	.ab_img video { display:block; background:transparent url(../images/ab_img1.jpg) 50% 50% no-repeat; background-size:cover;}
	
	.ab_main .ab_num { width:100%; overflow:hidden; margin:50px auto 0; padding:0;}
	.ab_num ul li { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
	.ab_num ul li p { width:100%; overflow:hidden; margin:0 auto; padding:0; color:#0c65b6; font-size:40px; font-weight:bold; text-align:center;}
	.ab_num ul li span { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0; color:#595959; font-size:16px; font-weight:bold; text-align:center;}
	
	/**成功案例**/
	.ly_sljz { width:96%; overflow: hidden; margin: 0 auto; padding: 0 0 60px;  background-color:#fff;}
	.ly_sljz ul { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_sljz ul li { width:22%; overflow: hidden; margin: 0 4% 0 0; padding: 0; float:left;}
	.ly_sljz ul li:last-child { margin:0;}
	.ly_sljz ul li .caseimg { width:100%; height:240px; overflow:hidden; margin:0 auto 20px; padding:10px; background-color:#fff; box-sizing:border-box;border: 1px solid #eee;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
	.caseimg a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.caseimg a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
	.ly_sljz ul li p { width:100%; height:24px; overflow:hidden; line-height:24px; text-align:center; margin:0 auto; padding:0;}
	.ly_sljz ul li p a { color:#555; font-size:15px;}
	.ly_sljz ul li .caseimg:hover img{transform: scale(1.1,1.1);}
	.ly_sljz ul li .caseimg:hover{border: 1px solid #0c65b6;}

	
	/**new**/
	.ly_tit { width:96%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ly_tit h5 { width:100%; overflow: hidden; color: #333; font-size: 40px; font-weight: normal; text-align: center; margin: 0 auto; padding: 0;}
	.ly_tit em { display:block; width: 30px; height: 3px; overflow: hidden; margin: 10px auto; padding: 0; background-color: #0c65b6;}
	.ly_tit span { display:block; width: 100%; overflow: hidden; color: #999; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; vertical-align: middle;}
	
	.ly_news { width:96%; margin: 60px auto 20px; padding: 0;}
	.ly_news ul { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_news ul li { width:48%; height: 110px; overflow: hidden; margin: 0 4% 20px 0; padding: 0 0 20px 110px; border-bottom:1px dashed #f2f2f2; float: left; box-sizing: border-box; position: relative;}
	.ly_news ul li:nth-child(2n+2) { margin:0 0 40px;}
	
	.ly_news ul li .nw_time { width:90px; height: 90px; overflow: hidden; margin: 0; padding: 0; background-color:#f2f2f2; position: absolute; left: 0; top: 0;}
	.nw_time h5 { width:100%; overflow: hidden; margin: 0 auto; padding: 14px 0 0; color: #565656; font-size: 36px; text-align: center;}
	.nw_time p { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 14px; text-align: center;}

	.ly_news ul li .nw_text { width:100%; height: 90px; overflow: hidden; margin: 0; padding: 0;}
	.nw_text h5 { width:100%; height: 32px; overflow: hidden; line-height: 32px; margin: 0 auto 10px; padding: 0;}
	.nw_text h5 a { color: #2b2b2b; font-size: 18px;}
	.nw_text h5 a:hover { color: #0c65b6;}
	.nw_text p { width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-indent: 2em; text-align: justify; margin: 0 auto ; padding: 0;}
	
	/**服务流程**/
	.ly_fwlc { width:100%; overflow: hidden; margin: 0 auto; padding: 60px 0; background: url(../images/fwlc.jpg) center center no-repeat; background-size: cover;}
	.ly_fwlc ul { width:96%; overflow: hidden; margin: 40px auto 0; padding: 0 6px; display: flex;}
	.ly_fwlc ul li { width:32%; height:240px; overflow:hidden; margin:0 2% 0 0; padding:40px 20px; background-color:#fff; box-sizing: border-box; float:left;}
	.ly_fwlc ul li:nth-child(3n+3) { margin:0;}
	.ly_fwlc ul li img { display:block; width:44px; height:44px; overflow: hidden; margin:0 auto 20px; padding:0;}
	.ly_fwlc ul li p { width:100%; overflow:hidden; margin:0 auto; padding:0; color:#0c65b6; font-size:18px; text-align:center; margin:0 auto; padding:0;}
	.ly_fwlc ul li em { display:block; width:30px; height:2px; overflow:hidden; margin:20px auto; padding:0; background-color:#0c65b6;}
	.ly_fwlc ul li span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#565656; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	/**foot**/
	.ly_foot { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0; background-color: #1c1c1c;}
	.ly_foot .ft_link { width:96%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; text-align: justify;}
	.ft_link span, .ft_link a { display:inline-block; font-size: 14px;}
	.ft_link span { color:#595959;}
	.ft_link a { padding:0 10px; color: #595959;}
	.ft_link a:hover { color:#fff;}
	
	.ly_foot .ft_main { width:96%; overflow: hidden; margin: 0 auto; padding: 40px 0; }
	.ft_main .ft_contact, .ft_main .ft_prolist { float: left; padding: 0 10% 0 0; border-right: 1px solid #272727;}
	.ft_main .ft_prolist { padding:0 10%;}
	.ft_main .ft_ewm { float: right;}
	.ft_contact em, .ft_prolist em { display:block; margin: 0 auto 20px; padding: 0; color: #595959; font-size: 16px; font-weight: bold; font-style: normal;}
	.ft_contact ul li, .ft_prolist ul li a { display:block; overflow: hidden; line-height: 40px; color: #595959; font-size: 14px;}
	.ft_contact ul li img { display:block; width: 40px; height: 40px; float: left;}
	.ft_prolist ul li a:hover { color:#fff;}
	.ft_ewm img { display:block; width: 140px; height: 140px; overflow: hidden; margin: 20px auto 10px; padding: 0;}
	.ft_ewm p { color:#979aab; font-size: 14px; text-align: center;}
	
	.ly_foot .ft_copy { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0 0; border-top: 1px solid #272727;}
	.ft_copy p { width:96%; overflow: hidden; line-height: 24px; color:#595959; font-size: 14px; margin: 0 auto; padding: 0;}
	.ft_copy p a { color:#595959;}
	.ft_copy p a:hover { color:#fff;}
	
	/**nybanner**/
	.nybanner { width:100%; height: 500px; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
	.nybanner img { display: block; width: 1920px; height: 500px; overflow: hidden; margin: -250px 0 0 -960px; position: absolute; left: 50%; top: 50%;}
	
	/**nymain**/
	.ny_main { width:96%; overflow: hidden; margin: 20px auto 60px; padding: 0;}
	.ny_main .ny_l { width:23.5%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ny_main .ny_r { width:74%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ny_lcon { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ny_ltit { width:100%; height: 60px; overflow: hidden; line-height: 40px; color: #fff; font-size: 20px; margin: 0 auto; padding: 10px 20px; background-color: #0c65b6; box-sizing: border-box;}
	.ny_ltit span { display: inline-block; font-size: 12px; font-style: italic; margin: 0 0 0 10px;}
	.ny_lcon ul { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 10px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lcon ul li { width:100%; overflow: hidden; margin:0 auto 10px; padding: 0;}
	.ny_lcon ul li a { display:block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; background: #f5f5f5 url(../images/jt_tb2.png) 200px 14px no-repeat; margin: 0 auto; padding: 0 10px;}
	.ny_lcon ul li a:hover, .ny_lcon ul li a.nyon { color:#fff; background: #0c65b6 url(../images/jt_tb3.png) 200px 14px no-repeat;}
	
	.ny_l .pro_menu { width:100%; margin: 0 0 20px;}
	
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 9px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px dotted #eaeaea;}
	.ny_lnew ol li a { color: #666; font-size: 14px;}
	.ny_lnew ol li a:hover { color:#008ed8;}
	.ny_lnew ol li a span { display:block; width:4px; height: 4px; overflow: hidden; margin: 18px 10px 18px 0; padding: 0; background-color: #008ed8; border-radius: 50%; float: left;}
	
	.ny_lcon .ny_llxwm { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 20px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_llxwm p { width:100%; overflow: hidden; line-height: 22px; color: #333; font-size: 14px; margin: 0 auto 10px; padding: 0;}
	.ny_llxwm p span, .ny_llxwm p em { color:#999; font-style: normal;}
	.ny_llxwm p em { display: block; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a { display: block; color:#008ed8; text-decoration: underline; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a:hover { color:#00af80;}
	
	/**nw_list**/
	.nw_list, .hynw_list { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.nw_list ul li { width:100%; height: 110px; overflow: hidden; margin: 0 auto 20px; padding: 0 0 20px 110px; border-bottom: 1px solid #eaeaea; box-sizing: border-box; position: relative;}
	.nw_list ul li .nws_time { width:90px; height: 90px; overflow: hidden; margin: 0; padding: 12px 0; background-color:#f2f2f2; box-sizing: border-box; position: absolute; left: 0; top: 0;}
	.nw_list ul li .nws_time em { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #565656; font-size: 36px; text-align: center;}
	.nw_list ul li .nws_time span { display:block; width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 14px; text-align: center;}
	
	.nw_list ul li:hover .nws_time { background-color: #0c65b6;}
	.nw_list ul li:hover .nws_time em, .nw_list ul li:hover .nws_time span { color:#fff;}	
	.nw_list ul li .nws_text { width:100%; height: 84px; overflow: hidden; margin: 0; padding: 8px 0;}
	.nw_list ul li .nws_text .nw_name a { display: block; width:100%; height: 26px; overflow: hidden; line-height: 26px; color: #2b2b2b; font-size: 18px; margin: 0 auto 10px; padding: 0;}
	.nw_list ul li .nws_text p { display: block; width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
	.nw_list ul li:hover .nws_text .nw_name a { color:#0c65b6;}
	

	/**渠道加盟**/
	.join_list { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_list ul li { width:100%; overflow: hidden; margin: 0 auto 60px; padding: 0;}
	.join_list ul li .join_img { width:48%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.join_img img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.join_list ul li .join_text { width:48%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.join_list ul li:nth-child(2n+2) .join_img { float:right;}
	.join_list ul li:nth-child(2n+2) .join_text { float:left;}
	.join_text h5 { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.join_text h5 span { display:block; width:8px; height: 8px; overflow: hidden; background-color: #0c65b6; border-radius: 50%; margin: 16px 16px 16px 0; padding: 0; float: left;}
	.join_text p { width:100%; overflow: hidden; line-height: 30px; margin: 0; padding: 0; color: #666; font-size: 16px; text-indent: 2em; text-align: justify;}
	.join_text p span { display: block; width:100%; height: 30px; line-height: 30px; color: #666; font-size: 16px; text-indent: 0; margin: 0; padding: 0 0 0 32px; box-sizing: border-box;}
	.join_text p span em { display:block; width: 4px; height: 4px; overflow: hidden; border: 1px solid #0c65b6; border-radius: 50%; margin: 12px 12px 12px 0; padding: 0; float: left;}
	
	.join_form { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_form .join_fm_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 0;}
	.join_form .join_fl, .join_form .join_fr { width:560px; overflow: hidden; margin: 0; padding: 0;}
	.join_form .join_fr { width:40%;}
	.join_form .join_fl { float:left;}
	.join_form .join_fr { float:right;}
	.join_fl ul li { width:560px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.join_fl ul li p { width:80px; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left;}
	.join_fl ul li .join_ipt { width:478px; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0;}
	.join_fl ul li .join_btn { width:480px; overflow: hidden; padding: 0; margin: 10px 0 0;}
	.join_ipt input, .join_ipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_btn input { display:block; width:100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; background-color: #0c65b6; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_fl ul li .fm_half { width:270px; margin: 0 20px 0 0; float: left;}
	.join_fl ul li .fm_half:nth-child(2n+2) { margin:0;}
	.join_fl ul li .fm_half .join_ipt { width:188px;}
	.join_ipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	
	.join_fr p { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0; color:#333; font-size: 14px; font-weight: bold;}
	.join_fr ul li { width:100%; overflow: hidden; line-height: 32px; color: #666; font-size: 14px;}
	
	/**pro_form**/
	.pro_form { width:100%; overflow: hidden; margin: 40px auto 20px; padding: 0;}
	.pro_form ul li { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.pro_form ul li p { width:11%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left; box-sizing: border-box;}
	.pro_form ul li .pro_fmipt { width:89%; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0; position: relative; box-sizing: border-box;}
	.pro_form ul li .pro_fmbtn { width:89%; overflow: hidden; padding: 0; margin: 20px 0 0; float: left;}
	.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmbtn input { display:block; width:48%; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; background-color: #607783; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box; float: left;}
	.pro_fmbtn input.tj { margin:0 4% 0 0; background-color: #00af80;}
	.pro_form ul li .fm_half { width:48%; margin: 0 4% 0 0; float: left;}
	.pro_form ul li .fm_half:nth-child(2n+2) { margin:0;}
	.pro_form ul li .fm_half p { width:23%;}
	.pro_form ul li .fm_half .pro_fmipt { width:77%;}
	.pro_fmipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmipt a { display:block; width: 100px; height: 40px; overflow: hidden; position: absolute; top: 0; right: 0;}
	.pro_fmipt a img { display:block; width: 100px; height: 40px; margin: 0 auto; padding: 0;}
	
	/**prodetail**/
	.pro_detail_main { width:96%; overflow: hidden; margin: 20px auto 60px; padding: 0; position: relative;}
	.pro_detail_main .pro_detail_img { width:440px; height: 440px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #dfdfdf; box-sizing: border-box; float: left;}
	.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
	.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_detail_main .pro_detail_text { width:54%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.pro_detail_text h3 { width:100%; overflow: hidden; line-height: 36px; color: #0c65b6; font-size: 24px; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text ul { width:100%; margin: 30px auto 100px; padding: 0;}
	.pro_detail_text ul li { width:100%; max-height: 72px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; margin: 10px auto; padding: 0;}
	.pro_detail_text ul li span { color:#333; font-weight: bold;}
	.pro_tel{font-size:20px;font-weight:bold;color:#F00;}
	.pro_detail_text .pro_detail_btn { width:54%; height: 54px; overflow: hidden; margin: 0 auto; padding: 0; position: absolute; right: 0; bottom: 20px;}
	.pro_detail_btn a { display:block; width: 48%; height: 54px; overflow: hidden; line-height: 54px; color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; float: left;}
	.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #0c65b6;}
	.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #00af80;}
	.pro_detail_btn a.prodtl_btn1:hover { background-color: #255abe;}
	.pro_detail_btn a.prodtl_btn2:hover { background-color: #00bd8a;}
	
	.swiper-container { width: 100%; height: 100%;}
	.swiper-slide { text-align: center;}
	.swiper-slide .part { width:100%; height: 100%; position: relative;}
	.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0;}
	.swiper-pagination-bullet { width: 8px; height: 8px; background-color: rgba(0,0,0,0.5);}
	#swiper-container-01 .swiper-pagination-bullet-active { background-color: #0c65b6;}
	
	/**tjpro**/
	.tjpro { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.tjpro .tjpro_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.tjpro .tjpro_list { width:100%; height: 300px; overflow: hidden; margin: 0 auto; padding: 29px 19px; border: 1px solid #dfdfdf; box-sizing: border-box;}
	.tjpro_list .ly_scroll { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li { width:240px; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left;}
	.ly_scroll ul li .ly_scroll_img { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li .ly_scroll_img a { display:block; width:240px; height: 194px; overflow: hidden; margin: 0 auto; padding: 10px; box-sizing:border-box; position: relative;}
	.ly_scroll_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_scroll ul li p a { display:block; width:100%; height: 44px; overflow: hidden; margin: 0 auto; padding: 0; line-height: 44px; color: #fff; font-size: 14px; text-align: center; background-color: #0c65b6;}
	.ly_scroll ul li:hover p a { background-color: #00af80;}
	
	/**contact**/
	.ly_map { width:100%; height: 360px; overflow: hidden; margin: 20px auto; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.ly_contact { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.ly_contact h5 { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.ly_contact .con_text { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0;}
	.con_text ul { width:54%; overflow: hidden; margin: 0; padding: 30px 0 30px 20px; float: left; box-sizing: border-box;}
	.con_text ul li { width:100%; overflow: hidden; line-height: 28px; color: #666; font-size: 14px; margin: 10px 0; padding: 0;}
	.con_text .con_img { width:40%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.con_img img { display:block; width: 100%; overflow: hidden; margin: 0; padding: 0;}
	
}

@media screen and (min-width:1081px) {
		
	/**page**/
	/*.ly_page { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0; text-align: center;}
	.ly_page ul li { display:inline-block; height: 32px; overflow: hidden; margin: 0; padding: 0;}
	.ly_page ul a { display:inline-block; width: 30px; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 14px; text-align: center; border: 1px solid #dfdfdf; margin: 0 2px;}
	.ly_page ul li a.pn { width:60px;}
	.ly_page ul a:hover, .ly_page ul a.pnnum1 { color:#fff; border: 1px solid #0c65b6; background-color: #0c65b6;}*/
	
	.ly_page{text-align:center;padding-top:20px;padding-bottom:20px;}
	.ly_page a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;color:#555;}
	.ly_page a:hover{background:#0978c9;color:#ffffff;}
	.ly_page a.pnnum1{background:#0978c9;color:#ffffff;}
	.ly_page input{display:inline-block;padding:0 5px;background:#0978c9;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;border:0;}
	.ly_page .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}
	
	/**newsdetail**/
	.news_detail { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.news_detail h3 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;text-align:center;}
	.news_detail .nwdtl_tip { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 12px; margin: 0 auto 40px; padding: 0 20px; background-color: #f5f5f5; box-sizing: border-box;text-align:center;}
	.nwdtl_tip span { display:inline-block; margin: 0 20px 0 0;}
	.news_detail .nwdtl_con { width:100%; overflow: hidden; margin: 40px auto 0; padding: 0;line-height: 28px; color: #666; font-size: 14px;text-align: justify; margin: 0 auto 12px; padding: 0;}
	.nwdtl_con p { width:100%; overflow: hidden;  text-indent: 2em; }
	.nwdtl_con img { display:inline-block; max-width: 100%; overflow: hidden; margin: 20px auto; padding: 0;}
	
	.prev_next { width:100%; height: 40px; overflow: hidden; margin: 40px auto 0; padding: 0;}
	.prev_next ul li { width:50%; height: 40px; overflow: hidden; margin: 0; padding: 0; float: left; box-sizing: border-box;}
	.prev_next ul li:nth-child(2n+2) { border-left:2px solid #fff;}
	.prev_next ul li p { width:100%; height: 40px;line-height: 40px;  overflow: hidden; margin: 0; padding: 0; background-color: #f5f5f5;padding: 0 20px;box-sizing: border-box;}
	.prev_next ul li p a { color: #333; font-size: 14px; }
	.prev_next ul li p:hover { background-color: #0c65b6; color:#fff;}
	.prev_next ul li p:hover a{color:#fff;}
	
	/**products**/
	.products_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	
	.ny_lcon ul li .pro_menu { width: 100%; overflow: hidden; margin: 10px auto; padding: 0;}
	.ny_lcon ul li .pro_menu a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color:#999; font-size: 14px; margin: 0 auto; padding: 0 20px; background: none; box-sizing: border-box;}
	.ny_lcon ul li .pro_menu a:hover { color:#0c65b6;}
	
	.products_list ul li { width:100%; height: 194px; overflow: hidden; margin: 0 auto 20px; padding: 0; background-color: #f8f8f8; position: relative;}
	.products_list ul li a .prolist_img { width:290px; height: 194px; overflow: hidden; margin: 0; padding: 0; float: left; position: relative;}
	.prolist_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.products_list ul li .prolist_text { width:100%; height: 194px; overflow: hidden; margin: 0; padding: 20px 20px 20px 310px; box-sizing: border-box; position: absolute; right: 0; top: 0;}
	.prolist_text .prolist_tit { width:100%; height: 24px; overflow: hidden; line-height: 24px; color: #333; font-size: 24px; margin: 0 auto; padding: 0;}
	.products_list ul li a:hover .prolist_text .prolist_tit { color:#0c65b6;}
	.prolist_text p { width:100%; overflow: hidden; margin: 13px auto; padding: 0;}
	.prolist_text p b { display:block; width:100%; height: 24px; overflow: hidden; line-height: 24px; color: #333; font-size: 14px;}
	.prolist_text p span { display:block; width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-indent: 2em; text-align: justify;}
	.prolist_text em.pro_check { display:block; width: 120px; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 14px; text-align: center; margin: 0; padding: 0; float: right; background-color: #0c65b6;}
	.prolist_text em.pro_check:hover { background-color: #00af80;}
	
	/**产品详细介绍**/
	.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #dfdfdf;}
	.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
	.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
	.pro_xxjs p { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
	.pro_xxjs img { display:inline-block; max-width: 100%; margin: 10px auto; padding: 0;}
	
	/**右侧悬浮**/
	.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
	.suspension-box{position:relative;float:right;}
	.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
	.suspension .a.active,
	.suspension .a:hover{background:#0c65b6;}
	.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
	/* .suspension .a-service .i{background-position:0 0;} */
	.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
	.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
	.suspension .a-qrcode .i{background-position:-44px 0;}
	.suspension .a-cart .i{background-position:-88px 0;}
	.suspension .a-top .i{background-position:-132px 0;}
	.suspension .a-top{background:#D2D3D6;display:none;}
	.suspension .a-top:hover{background:#c0c1c3;}
	.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
	.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
	.suspension .d-service{top:0;}
	.suspension .d-service-phone{top:34px;}
	.suspension .d-qrcode{top:78px;}
	.suspension .d .inner-box{padding:15px 22px;}
	.suspension .d-service-item{padding:0;}
	.suspension .d-service .d-service-item{border-bottom:none;}
	.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
	.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
	.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
	.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
	.suspension .d-service-item h3{float:left;width:112px;line-height:44px;color:#666;font-size:15px;margin-left:12px;}
	.suspension .d-service-item .text {float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
	.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
	.suspension .d-service-item .text p { height:44px; line-height: 22px; color: #666; font-size: 14px;}
	.suspension .d-service-intro{padding-top:10px;}
	.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
	.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
	.suspension .d-qrcode{text-align:center;width: 200px;}
	.suspension .d-qrcode .inner-box{padding:10px 0;}
	.suspension .d-qrcode p{font-size:14px;color:#93959c; margin: 10px 0 0;}
	
	
	/**我们能提供的服务**/
	.ly_service ul li { width:31%; overflow: hidden; margin: 0 3.5% 0 0; padding: 0; float: left;}
	.ly_service ul li:first-child { width:48%; margin:0 4% 20px 0;}
	.ly_service ul li:nth-child(2) { width:48%; margin:0 0 20px;}
	.ly_service ul li:last-child { margin:0 0 20px;}
	.ly_service ul li .serv_img { width:100%; height: 237px; overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box; position: relative;}
	.ly_service ul li .serv_img .bg{width:100%;height:100%;background:rgba(12, 101, 182, 0.78);display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;position:absolute;top:0;left:0;z-index:999;display:block;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .6s;opacity: 0;text-align:center;}
	.ly_service ul li .serv_img .bg img{display:inline-block;width:40px;height:40px;vertical-align:middle;margin-top:46px;}
	.ly_service ul li.big .serv_img .bg img{margin-top:116px;}
	.ly_service ul li.big .serv_img .bg img{display:inline-block;width:50px;height:50px;vertical-align:middle;}
	.ly_service ul li .serv_img .bg p{width:90%;display:block;font-size:16px;font-weight:bold;color:#fff;margin:10px auto 0;}
	.ly_service ul li .serv_img .bg span{width:90%;display:block;font-size:14px;color:#fff;line-height:24px;margin:10px auto 0;}
	.ly_service ul li .serv_img:hover .bg{opacity: 1;}
	.ly_service ul li:first-child .serv_img, .ly_service ul li:nth-child(2) .serv_img { height:360px;}
	.serv_img a.pic img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_service ul li p { width:100%; overflow: hidden; text-align: center; margin: 10px auto; padding: 0;}
	.ly_service ul li p a { color: #333; font-size: 18px;}
	.ly_service ul li p a:hover { color:#0c65b6;}
	
	/**面包屑**/
	.abtext_tit { width:100%; overflow:hidden; color:#595959; font-size:20px; text-align:center; margin:0 auto 40px; padding:0;}
	.abtext_tit span { color:#3f3f3f; font-size:30px; font-weight:bold;}
	.abtext p { width:100%; overflow:hidden; line-height:24px; margin:0 auto; padding:0; color:#7f7f7f; font-size:14px; text-align:center;}
	
	.breadNav{overflow:hidden;padding:20px 0 40px;}
	.breadNav .abtext_tit { width:30%; overflow:hidden; color:#595959; font-size:20px; text-align:center; margin:0; padding:0;float:left;}
	.breadNav .abtext_tit span { color:#3f3f3f; font-size:30px; font-weight:bold;}
	.breadNav .abtext p { width:100%; overflow:hidden; line-height:24px; margin:0 auto; padding:0; color:#7f7f7f; font-size:14px; text-align:center;}
	
	.breadNav .ny_pos { width:70%;float:left; overflow: hidden; line-height: 40px; margin:0; padding: 0; color:#aaa; font-size: 14px;text-align:right;}
	.breadNav .ny_pos a { color:#666;}
	.breadNav .ny_pos a:hover { color:#0c65b6;}
	
	/****/
	.ny_rtit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; margin: 0 auto 20px; padding: 0 20px; background-color: #0c65b6; box-sizing: border-box;}
	.ab_con { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.ab_con h6 { width:100%; overflow: hidden; margin: 20px auto 10px; padding: 0; color: #2b2b2b; font-size: 16px; font-weight: bold;}
	.ab_con p{font-size: 14px;line-height:24px;color: #555;}
	
	.abmain { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.abmain li { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
	.abmain li .abtext { width:50%; overflow:hidden; margin:0 auto; padding: 60px; box-sizing:border-box; float:left;}
	
	.abmain li .abimg { width:50%; height:320px; overflow:hidden; margin:0 auto; padding:0; position:relative; float:left;}
	.abimg img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0;}
	
	.abln { width:100%; overflow:hidden; margin:40px auto 0; padding:40px 0; border-top:10px solid #f5f5f5; border-bottom:10px solid #f5f5f5;}
	.abln ul li { width:25%; overflow:hidden; margin:0; padding:0 20px; float:left; box-sizing: border-box;}
	.abln ul li em { display:block; width:60px; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:36px; text-align:center; margin:0 auto 20px; padding:0; border-radius:50%; background-color:#0c65b6;}
	.abln ul li span { display:block; width:100%; overflow:hidden; color:#595959; font-size:18px; text-align:center; margin:0 auto 20px; padding:0;}
	.abln ul li p { width:100%; overflow:hidden; line-height:24px; color:#7f7f7f; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	/**行业资讯**/
	.nw_scroll { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.nw_scroll ul li { width:388px; overflow:hidden; margin:0 20px 0 0; padding:0; float:left;}
	.nw_scroll ul li .nw_img { width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
	.nw_scroll ul li .nw_img a { display:block; width:100%; height:220px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.nw_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.nw_scroll ul li p a { display:block; width:100%; height: 30px; overflow: hidden; margin: 0 auto 4px; padding: 0; line-height: 30px; color: #333; font-size: 16px;}
	.nw_scroll ul li:hover p a { color: #0c65b6;}
	.nw_scroll ul li em { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#aaa; font-size:12px; font-style:normal; margin:0 auto 4px; padding:0;}
	.nw_scroll ul li span { display:block; width:100%; height:48px; overflow:hidden; line-height:24px; color:#787878; font-size:14px; text-align:justify; margin:0 auto; padding:0;}
	
}

@media screen and (max-width:1080px) {
	.online{display:none !important;}
	#KFBoxTitle{display:none !important;}
	
	
	/**top**/
	.ly_top { width:100%; overflow: hidden; margin: 0 auto; padding: 0 0;}
	.ly_top .top_main { width:94%; overflow: hidden; margin: 0 auto; padding: 0;}
	.top_main .ly_logo { width:100%; overflow: hidden; margin:0.2rem auto; padding: 0; float: left;}
	.ly_logo img { display:block; width:6rem; height: 1.05rem; overflow: hidden; vertical-align: middle;}
	.top_main .top_r { display: none;}
	
	/**search**/
	.ly_search { width:100%; height: 0.8rem; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ly_search .sc_ipt { width:82%; height: 0.8rem; overflow: hidden; margin: 0; padding: 0.1rem 0.24rem; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 0.04rem 0 0 0.04rem; float: left; box-sizing: border-box;}
	.ly_search .sc_btn { width:18%; height: 0.8rem; overflow: hidden; margin: 0; padding: 0; background-color: #0c65b6; border-radius: 0 4px 4px 0;}
	.sc_ipt input { display:block; width:100%; height: 0.6rem; overflow: hidden; line-height: 0.6rem; color: #666; font-size: 0.26rem; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 0.8rem; background: url(../images/sc_btn1.png) center center no-repeat; background-size:0.36rem 0.36rem; border: none; outline: none;}
	.ly_search .top_tel{display:none;}
	
	/**nav**/
	.menu_open { display: block; float: right; width: 0.48rem; height: 0.4rem; position: absolute; top: 0.5rem; right: 0.3rem;}
    .menu_open i { height: 2px; width: 100%; background-color: #0c65b6; display: block; margin: 0 0 8px 0; }
    .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 100; overflow: hidden; background-color: #0c65b6;}
    .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .5); position: fixed; right: -50%; top: 0; z-index: 101; }
    .nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 20px; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 46px; position: relative;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .1); }
    .nav_item > a { display: block; margin: 0; font-size: 14px; line-height: 1.8; color: #fff; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
	.nav_item > a:active { background-color: #2c67d6;}
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block;}
    /*.nav_item i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .1); position: absolute; top: 0; left: 0; }*/
    .nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255, 255, 255, .5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 20px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #0c65b6; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; margin: 0; padding: 30px 10px 18px 20px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255, 255, 255, .5); background: rgba(0, 0, 0, .1); text-indent: 20px; position: relative; }
    .subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 20px; margin-bottom: -10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, .5); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; line-height: 1.8; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
    .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0, 0, 0, .1);}
	
	/**banner**/
	.apple-banner { width: 100%; height: 3.6rem; overflow: hidden;}
	.apple-banner .swiper-container { width: 100%; height: 3.6rem;}
	.swiper-button-prev,.swiper-button-next { width: 15%; height: 100%; top:0; background:none;}
	.swiper-button-prev { left:0;}	
	.swiper-button-next { right:0;}	
	.swiper-button-prev span,.swiper-button-next span { display:block; width: 0.64rem; height: 0.64rem; position: absolute; left: 0.24rem; top: 50%; margin-top:-0.32rem; border-radius: 100%; background: rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
	.swiper-button-next span { background: rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center; left:auto; right:0.24rem; }
	.swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: .6;}
	/*分页器*/
	.apple-banner .swiper-pagination{ top:auto; bottom:0.12rem; background:none;}
	.apple-banner .swiper-pagination-bullet { display: inline-block; width: 0.2rem; height: 0.2rem; margin: 0 0.1rem; cursor: pointer; background: none; border-radius:0; opacity: 1; border-radius:50%;}
	.apple-banner .swiper-pagination-bullet span { width: 0.2rem; height: 0.2rem; display: block; background: rgba(0,0,0,0.3); border-radius:50%;}
	.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
	.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,0.5);}
	.apple-banner .swiper-pagination-bullet i{ background-color: #fff; height: 0.2rem; transform:scaleX(0); transform-origin: 0; display: block;}
	.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1); border-radius:50%;}
	.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1); border-radius:50%;}
	.apple-banner .autoplay .replace span{ background-color:#fff;}
	/*内容样式*/
	.slide1 { background:url(../images/banner1.jpg) center center no-repeat; background-size: 150%;}
	.slide2 { background:url(../images/banner2.jpg) center center no-repeat; background-size: 150%;}
	
	.hotkeys{width:100%;border-bottom:1px solid #dedede;}
	.hotkeys_in{width:94%;margin:0 auto;line-height:0.35rem;font-size:0.2rem;color:#595959;padding:0.2rem 0;}	
	
	/**我们能提供的服务**/
	.ly_service { width:94%; overflow: hidden; margin: 0.6rem auto; padding: 0;}
	.ly_service ul li { width:100%; overflow: hidden; margin: 0 0 0.48rem; padding: 0;}
	.ly_service ul li .serv_img { width:100%; height: 4.5rem; overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box; position: relative;}
	.ly_service ul li .serv_img img{width: 100%; height: 100%;}
	.serv_img a.pic img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	
	.ly_service ul li .serv_img .bg{width:100%;height:100%;background:rgba(12, 101, 182, 0.78);display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;position:absolute;top:0;left:0;z-index:999;display:block;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .6s;opacity: 0;text-align:center;}
	.ly_service ul li .serv_img .bg img{display:inline-block;width:0.6rem;height:0.6rem;vertical-align:middle;margin-top:0.7rem;}
	.ly_service ul li .serv_img .bg p{width:90%;display:block;font-size:0.32rem;font-weight:bold;color:#fff;margin:0.2rem auto 0;}
	.ly_service ul li .serv_img .bg span{width:90%;display:block;font-size:0.2rem;color:#fff;line-height:0.32rem;margin:0.1rem auto 0;}
	.ly_service ul li .serv_img:hover .bg{opacity: 1;}
	
	.ly_service ul li p { width:100%; overflow: hidden; color: #333; font-size: 0.32rem; text-align: center; margin: 0.24rem auto; padding: 0;}
	.ly_service ul li p a{color: #333;}
	
	
	/**product**/
	.ly_products { width:94%; overflow: hidden; margin: 0.6rem auto; padding: 0;}
	.protab { width:100%; height: 0.64rem; overflow: hidden; margin: 0 auto 0.48rem; padding: 0; text-align: center;}
	.protab ul { display:inline-block; width:100%;}
	.protab ul li { width:32%; height: 0.64rem; overflow: hidden; margin: 0 2% 0 0; padding: 0; float: left; cursor: pointer;}
	.protab ul li:nth-child(3n+3) { margin: 0;}
	.protab ul li span { display:block; width: 100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center; background-color: #f5f5f5;}
	.protab ul li.protab0 span { background-color: #0c65b6; color: #fff;}
	
	.pro_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.pro_list ul li:nth-child(2n+2) { margin:0 0 0.24rem;}
	.pro_list ul li .pro_img a { display:block; width:100%; height: 3.0rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list ul li p a { display:block; width:100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center;}
	.pro_list ul li .pro_img a:active { border: 1px solid #0c65b6;}
	.pro_list ul li p a:active { color: #0c65b6;}
	
	/**产品目录**/
	.pro_menu { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.pro_menu .pro_menu_tit { width:100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #fff; font-size: 0.32rem; margin: 0 auto; padding: 0 0.24rem; background-color: #0c65b6; box-sizing: border-box; position: relative;}	
	.pro_menu_tit span { display: inline-block; font-size: 0.24rem; font-style: italic; margin: 0 0 0 0.1rem;}
	.pro_menu_tit img { display:block; width: 0.4rem; height: 0.4rem; margin: 0; padding: 0.2rem; position: absolute; top: 0; right: 0;}
	.pro_menu ul.dropdown { width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 0; border-right: 0.01rem solid #eaeaea; border-left: 0.01rem solid #eaeaea; box-sizing: border-box; display: none;}
	.pro_menu ul.dropdown li { border-bottom: 0.01rem solid #eaeaea; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #333; font-size: 0.26rem; text-decoration: none; margin: 0; padding:0 0.24rem; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #0c65b6;}
	.pro_menu ul.dropdown li p { width:0.8rem; height: 0.8rem; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../images/jt1.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/jt02.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 0.48rem; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#0c65b6;}
	
	.pro_list1 { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list1 ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.pro_list1 ul li:nth-child(2n+2) { margin:0 0 0.24rem;}
	.pro_list1 ul li .pro_img a { display:block; width:100%; height: 3.0rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list1 ul li p a { display:block; width:100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center;}
	.pro_list1 ul li .pro_img a:active { border: 0.01rem solid #0c65b6;}
	.pro_list1 ul li p a:active { color: #0c65b6;}
	
	.pro_list2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.pro_list2 ul li:nth-child(2n+2) { margin:0 0 0.24rem;}
	.pro_list2 ul li .pro_img a { display:block; width:100%; height: 3rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 96%; max-height: 96%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li .xc_img a { display: block; width:100%; height: 2.2rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 96%; max-height: 96%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li p a { display:block; width:100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center;}
	.pro_list2 ul li .pro_img a:active { border: 0.01rem solid #0c65b6;}
	.pro_list2 ul li p a:active { color: #0c65b6;}
	
	.ly_more { width:100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.ly_more a { display:block; width: 50%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #0c65b6; font-size: 0.26rem; text-align: center; border: 0.01rem solid #0c65b6; margin: 0 auto; padding: 0; border-radius:0.4rem;}
	.ly_more a:active { color:#fff; background-color: #0c65b6;}
	
	/**about**/
	.ly_about { width:100%; overflow: hidden; margin: 0.6rem auto 0; padding: 0.6rem 0; background:url(../images/ab_bg.jpg) center top no-repeat;}
	.ab_tit { width:94%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.ab_tit h5 { width:100%; overflow: hidden; color: #fff; font-size: 0.4rem; font-weight: bold; text-align: center; margin: 0 auto; padding: 0;}
	.ab_tit em { display:inline-block; color:#fff; font-size:0.4rem; font-weight:bold; margin:0 0.1rem;}
	.ab_tit span { display:inline-block; color:#fff; font-size:0.4rem; font-weight:bold; margin:0 0.1rem 0 0; vertical-align: middle;}
	
	.ly_about .ab_main { width:94%; overflow: hidden; margin: 0 auto; padding: 0.48rem; background-color:#fff; box-shadow: 0 0.12rem 0.24rem rgba(0, 0, 0, 0.2); box-sizing: border-box;}
	.ab_main .ab_text { width:100%; overflow: hidden; margin: 0; padding: 0;}
	.ab_text p { width:100%; overflow: hidden; line-height: 0.40rem; margin: 0 auto 0.24rem; padding: 0; color: #565656; font-size: 0.26rem; text-align: justify; text-indent: 2em;}
	.ab_text a { display:block; width: 2.8rem; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #0c65b6; font-size: 0.26rem; text-align: center; margin: 0.24rem auto; border: 0.01rem solid #0c65b6; opacity: 0.8; border-radius:0.32rem;}
	.ab_text a:active { color: #fff; background-color:#0c65b6;}
	.ab_main .ab_img { width:100%; height:3.2rem; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.ab_img img{ display:block; max-width:100%;margin: 0 auto;}
	
	.ab_main .ab_num { width:100%; overflow:hidden; margin:0.48rem auto 0; padding:0;}
	.ab_num ul li { width:50%; overflow:hidden; margin:0 0 0.48rem; padding:0; float:left;}
	.ab_num ul li p { width:100%; height:0.8rem; overflow:hidden; line-height:0.8rem; margin:0 auto 0.12rem; padding:0; color:#0c65b6; font-size:0.64rem; font-weight:bold; text-align:center;}
	.ab_num ul li span { display:block; width:100%; height:0.4rem; overflow:hidden; line-height:0.4rem; margin:0 auto; padding:0; color:#595959; font-size:0.32rem; font-weight:bold; text-align:center;}
	
	/**成功案例**/
	.ly_sljz { width:94%; overflow: hidden; margin: 0 auto; padding: 0.12rem 3% 0.12rem; background-color:#fff;}
	.ly_sljz ul { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_sljz ul li { width:48%; overflow: hidden; margin: 0 4% 0.48rem 0; padding: 0; float:left;}
	.ly_sljz ul li:nth-child(2n+2) { margin:0 0 0.48rem;}
	.ly_sljz ul li .caseimg { width:100%; height:3rem; overflow:hidden; margin:0 auto 0.12rem; padding:0.12rem; background-color:#fff; box-sizing:border-box;border: 0.01rem solid #eee;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
	.caseimg a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.caseimg a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
	.ly_sljz ul li p { width:100%; height:0.4rem; overflow:hidden; line-height:0.4rem; text-align:center; margin:0 auto; padding:0;}
	.ly_sljz ul li p a { color:#555; font-size:0.26rem;}
	.ly_sljz ul li .caseimg:hover img{transform: scale(1.1,1.1);}
	.ly_sljz ul li .caseimg:hover{border: 1px solid #0c65b6;}
	
	/**new**/
	.ly_tit { width:94%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.ly_tit h5 { width:100%; overflow: hidden; color: #333; font-size: 0.4rem; font-weight: bold; text-align: center; margin: 0 auto; padding: 0;}
	.ly_tit em { display:inline-block; color:#aaa; font-size:0.4rem; font-weight:bold; margin:0 0.1rem;}
	.ly_tit span { display:inline-block; color:#3f3f3f; font-size:0.4rem; font-weight:bold; margin:0 0.1rem 0 0; vertical-align: middle;}
	
	.ly_news { width:94%; margin: 0.48rem auto 0.24rem; padding: 0;}
	.ly_news ul { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_news ul li { width:100%; overflow: hidden; margin: 0 0 0.24rem; padding: 0 0 0.24rem 1.44rem; border-bottom: 0.01rem solid #dashed; float: left; box-sizing: border-box; position: relative;}
	
	.ly_news ul li .nw_time { width:1.2rem; height: 1.2rem; overflow: hidden; margin: 0; padding: 0; background-color:#f2f2f2; position: absolute; left: 0; top: 0;}
	.nw_time h5 { width:100%; overflow: hidden; margin: 0 auto; padding: 0.24rem 0 0; color: #565656; font-size: 0.4rem; text-align: center;}
	.nw_time p { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 0.24rem; text-align: center;}

	.ly_news ul li .nw_text { width:100%; height: 1.2rem; overflow: hidden; margin: 0; padding: 0;}
	.nw_text h5 { width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; margin: 0 auto 0.1rem; padding: 0;}
	.nw_text h5 a { color: #2b2b2b; font-size: 0.30rem;}
	.nw_text h5 a:active { color: #0c65b6;}
	.nw_text p { width:100%; height: 0.30rem; overflow: hidden; line-height: 0.35rem; color: #999; font-size: 0.24rem; text-indent: 0; text-align: justify; margin: 0 auto ; padding: 0;}

	
	/**服务流程**/
	.ly_fwlc { width:100%; overflow: hidden; margin: 0 auto; padding: 0.6rem 0; background: url(../images/fwlc.jpg) center center no-repeat; background-size: cover;}
	.ly_fwlc ul { width:94%; overflow: hidden; margin: 0.48rem auto 0; padding: 0;}
	.ly_fwlc ul li { width:100%; overflow:hidden; margin:0 auto 0.48rem; padding:0.48rem 0.24rem; background-color:#fff; box-sizing: border-box; float:left;}
	.ly_fwlc ul li:nth-child(3n+3) { margin:0 auto;}
	.ly_fwlc ul li img { display:block; width:0.6rem; height:0.6rem; overflow: hidden; margin:0 auto 0.24rem; padding:0;}
	.ly_fwlc ul li p { width:100%; overflow:hidden; margin:0 auto; padding:0; color:#0c65b6; font-size:0.4rem; text-align:center; margin:0 auto; padding:0;}
	.ly_fwlc ul li em { display:block; width:0.48rem; height:0.04rem; overflow:hidden; margin:0.24rem auto; padding:0; background-color:#0c65b6;}
	.ly_fwlc ul li span { display:block; width:100%; overflow:hidden; line-height:0.44rem; color:#565656; font-size:0.28rem; text-align:center; margin:0 auto; padding:0;}
	
	/**foot**/
	.ly_foot { width:100%; overflow: hidden; margin: 0 auto; padding: 0.48rem 0; background-color: #1c1c1c;}
	.ly_foot .ft_link { width:94%; overflow: hidden; line-height: 0.6rem; margin: 0 auto; padding: 0;}
	.ft_link span { display:block; width:100%; overflow: hidden; margin: 0 auto 0.12rem; padding: 0; color: #595959; font-size: 0.32rem;}
	.ft_link a { display:inline-block; color: #595959; font-size: 0.26rem; padding:0 0.2rem;}
	.ft_link a:active { color:#fff;}
	
	.ly_foot .ft_main { width:94%; overflow: hidden; margin: 0 auto; padding: 0.48rem 0 0; border-bottom: 0.01rem solid #272727;}
	.ft_main .ft_contact, .ft_main .ft_prolist, .ft_main .ft_ewm { width: 100%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.ft_contact em, .ft_prolist em { display:block; width: 100%; margin: 0 auto 0.24rem; padding: 0; color: #595959; font-size: 0.32rem; font-weight: bold; font-style: normal;}
	.ft_contact ul li { overflow: hidden; line-height: 0.6rem; color: #595959; font-size: 0.26rem;}
	.ft_prolist ul {}
	.ft_prolist ul li { display:inline-block;}
	.ft_prolist ul li a { display:inline-block; overflow: hidden; line-height: 0.6rem; color: #595959; font-size: 0.26rem; float: left; padding: 0 0.2rem;}
	.ft_contact ul li img { display:block; width: 0.4rem; height: 0.4rem; margin: 0.1rem 0.1rem 0.1rem 0; float: left;}
	.ft_prolist ul li a:hover { color:#fff;}
	.ft_ewm img { display:block; width: 3rem; height: 3rem; overflow: hidden; margin: 0 auto 0.12rem; padding: 0;}
	.ft_ewm p { color:#595959; font-size: 0.26rem; text-align: center;}
	
	.ly_foot .ft_copy { width:100%; overflow: hidden; margin: 0 auto; padding: 0.48rem 0 0; }
	.ft_copy p { width:94%; overflow: hidden; line-height: 0.48rem; color:#595959; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	.ft_copy p a { color:#595959;}
	.ft_copy p a:active { color:#fff;}
	
	
	/**nybanner**/
	.nybanner { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.nybanner img { display: block; width: 180%; overflow: hidden; margin: 0 0 0 -40%;}
	
	/**nymain**/
	.ny_main { width:94%; overflow: hidden; margin: 0.24rem auto 0.48rem; padding: 0;}
	.ny_main .ny_l { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ny_main .ny_r { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ny_l .ny_lcon { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ny_ltit { width:100%; overflow: hidden; color: #fff; font-size: 0.32rem; margin: 0 auto; padding: 0.24rem; background-color: #0c65b6; box-sizing: border-box;}
	.ny_ltit span { display:inline-block; font-size: 0.22rem; font-weight: normal; font-style: italic; margin: 0 0 0 0.12rem;}
	.ny_lcon ul { width:100%; overflow: hidden; margin: -0.24rem auto 0; padding: 0; box-sizing: border-box;}
	.ny_lcon ul li { width:32%; overflow: hidden; margin:0.24rem 2% 0 0; padding: 0; background-color: #f8f8f8; float: left;}
	.ny_lcon ul li:nth-child(3n+3) { margin:0.24rem 0 0 0;}
	.ny_lcon ul li a { display:block; width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #333; font-size: 0.28rem; background: #f5f5f5 url(../images/jt_tb2.png) 2.7rem 0.28rem no-repeat; margin: 0 auto; padding: 0 0.24rem; box-sizing: border-box;}
	.ny_lcon ul li a:active, .ny_lcon ul li a.nyon { color:#fff; background: #0c65b6 url(../images/jt_tb3.png) 2.7rem 0.28rem no-repeat;}
	
	.ny_lcon ul li.pro_mli { width:100%; overflow: hidden; margin:0 0 0.24rem 0; padding: 0; background: none;}
	.ny_lcon ul li.pro_mli a { background: #f5f5f5 url(../images/jt_tb2.png) 6.0rem 0.28rem no-repeat;}
	.ny_lcon ul li.pro_mli a:active, .ny_lcon ul li.pro_mli a.nyon { color:#fff; background: #0c65b6 url(../images/jt_tb3.png) 6.0rem 0.28rem no-repeat;}
	
	.ny_lcon ul li .pro_menu { width: 100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.ny_lcon ul li .pro_menu a { display:block; width:50%; height: 0.6rem; overflow: hidden; line-height: 0.6rem; color:#999; font-size: 0.24rem; margin: 0 0 0.12rem 0; padding: 0 0.24rem; background: none; box-sizing: border-box;}
	.ny_lcon ul li.pro_mli .pro_menu a { float:left;}
	.ny_lcon ul li .pro_menu a:active, .ny_lcon ul li.pro_mli .pro_menu a:active { color:#0c65b6; background: none;}
	
	.ny_l .pro_menu { width:100%; margin: 0 auto 0.24rem;}
	
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 0.24rem 0.24rem 0.24rem; border-right: 0.01rem solid #eaeaea; border-bottom: 0.01rem solid #eaeaea; border-left: 0.01rem solid #eaeaea; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; margin: 0 auto; padding: 0; border-bottom: 0.01rem dotted #eaeaea;}
	.ny_lnew ol li a { color: #666; font-size: 0.28rem;}
	.ny_lnew ol li a:active { color:#0c65b6;}
	.ny_lnew ol li a span { display:block; width:0.1rem; height: 0.1rem; overflow: hidden; margin: 0.35rem 0.2rem 0.35rem 0; padding: 0; background-color: #0c65b6; border-radius: 50%; float: left;}
	
	.ny_lcon .ny_llxwm { width:100%; overflow: hidden; margin: 0 auto; padding: 0.24rem 0.24rem 0; border-right: 0.01rem solid #eaeaea; border-bottom: 0.01rem solid #eaeaea; border-left: 0.01rem solid #eaeaea; box-sizing: border-box;}
	.ny_llxwm p { width:100%; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.28rem; margin: 0 auto 0.24rem; padding: 0;}
	.ny_llxwm p span, .ny_llxwm p em { color:#999; font-style: normal;}
	.ny_llxwm p a { color:#0c65b6; text-decoration: underline;}
	.ny_llxwm p a:active { color:#00af80;}
	
	.ny_rtit { width:100%; overflow: hidden; color: #fff; font-size: 0.32rem; margin: 0 auto 0.24rem; padding: 0.24rem; background-color: #0c65b6; box-sizing: border-box;}
	.ab_con { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ab_con p{font-size: 0.26rem;line-height:0.44rem;color: #555;}
	
	.abmain { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.abmain li { width:100%; overflow:hidden; margin:0 auto 0.24rem; padding:0;}
	.abmain li .abtext { width:100%; overflow:hidden; margin:0 auto; padding:0; box-sizing:border-box;}
	.abtext_tit { width:100%; overflow:hidden; color:#595959; font-size:0.36rem; text-align:center; margin:0 auto 0.48rem; padding:0;}
	.breadNav .abtext_tit{margin:0 auto 0.18rem;}
	.abtext_tit span { color:#3f3f3f; font-size:0.44rem; font-weight:bold;}
	.abtext p { width:100%; overflow:hidden; line-height:0.44rem; margin:0 auto; padding:0; color:#7f7f7f; font-size:0.26rem; text-indent:2em; text-align: justify;}
	.abmain li .abimg { width:100%; overflow:hidden; margin:0.24rem auto; padding:0;}
	.abimg img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	
	.abln { width:100%; overflow:hidden; margin:0.48rem auto 0; padding:0.48rem 0 0; border-top:0.12rem solid #f5f5f5; border-bottom:0.12rem solid #f5f5f5;}
	.abln ul li { width:50%; overflow:hidden; margin:0 0 0.48rem; padding:0 0.24rem; float:left; box-sizing: border-box;}
	.abln ul li em { display:block; width:0.8rem; height:0.8rem; overflow:hidden; line-height:0.8rem; color:#fff; font-size:0.4rem; text-align:center; margin:0 auto 0.24rem; padding:0; border-radius:50%; background-color:#0c65b6;}
	.abln ul li span { display:block; width:100%; overflow:hidden; color:#595959; font-size:0.3rem; text-align:center; margin:0 auto 0.24rem; padding:0;}
	.abln ul li p { width:100%; overflow:hidden; line-height:0.44rem; color:#7f7f7f; font-size:0.26rem; text-align:center; margin:0 auto; padding:0;}

	
	/**渠道加盟**/
	.join_list { width:94%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.join_list ul li { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.join_list ul li .join_img { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.join_img img { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.join_list ul li .join_text { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.join_text h5 { width:100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #333; font-size: 0.32rem; margin: 0 auto 0.12rem; padding: 0;}
	.join_text h5 span { display:block; width:0.18rem; height: 0.18rem; overflow: hidden; background-color: #0c65b6; border-radius: 50%; margin: 0.31rem 0.24rem 0.31rem 0; padding: 0; float: left;}
	.join_text p { width:100%; overflow: hidden; line-height: 0.4rem; margin: 0; padding: 0; color: #666; font-size: 0.26rem; text-indent: 2em; text-align: justify;}
	.join_text p span { display: block; width:100%; height: 0.44rem; line-height: 0.44rem; color: #666; font-size: 0.26rem; text-indent: 0; margin: 0; padding: 0 0 0 0.52rem; box-sizing: border-box;}
	.join_text p span em { display:block; width: 0.12rem; height: 0.12rem; overflow: hidden; border: 0.01rem solid #0c65b6; border-radius: 50%; margin: 0.15rem 0.2rem 0.15rem 0; padding: 0; float: left;}
	
	.join_form { width:94%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.join_form .join_fm_tit { width:100%; overflow: hidden; color: #333; font-size: 0.4rem; margin: 0 auto 0.48rem; padding: 0;}
	.join_form .join_fl, .join_form .join_fr { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.join_fl ul li { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.join_fl ul li p { width:100%; overflow: hidden; color: #666; font-size: 0.28rem; margin: 0 auto 0.12rem; padding: 0;}
	.join_fl ul li .join_ipt { width:100%; overflow: hidden; border: 0.01rem solid #dfdfdf; padding: 0; margin: 0; box-sizing: border-box;}
	.join_fl ul li .join_btn { width:100%; overflow: hidden; padding: 0; margin: 0.1rem 0 0;}
	.join_ipt input, .join_ipt select { display:block; width:100%; height: 0.76rem; overflow: hidden; line-height: 0.36rem; color: #666; font-size: 0.28rem; border: none; outline: none; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.join_btn input { display:block; width:100%; height: 0.76rem; overflow: hidden; line-height: 0.36rem; color: #fff; font-size: 0.28rem; background-color: #0c65b6; border: none; outline: none; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.join_fl ul li .fm_half { width:48%; margin: 0 4% 0 0; float: left;}
	.join_fl ul li .fm_half:nth-child(2n+2) { margin:0;}
	.join_fl ul li .fm_half .join_ipt { width:100%;}
	.join_ipt textarea { display:block; width:100%; height: 2.4rem; overflow: hidden; line-height: 0.36rem; color: #666; font-size: 0.28rem; border: none; outline: none; resize: none; margin: 0; padding: 0.1rem 0.2rem; box-sizing: border-box;}
	
	.join_fr p { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; color:#333; font-size: 0.28rem; font-weight: bold;}
	.join_fr ul li { width:100%; overflow: hidden; line-height: 0.6rem; color: #666; font-size: 0.28rem;}
	
	/**nw_list**/
	.nw_list, .hynw_list { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.nw_list ul li { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0 0 0.24rem 1.44rem; border-bottom: 0.01rem solid #eaeaea; box-sizing: border-box; position: relative;}
	
	.nw_list ul li .nws_time { width:1.2rem; height: 1.2rem; overflow: hidden; margin: 0; padding: 0.2rem 0; background-color:#f2f2f2; box-sizing: border-box; position: absolute; left: 0; top: 0;}
	.nw_list ul li .nws_time em { display:block; width: 100%; overflow: hidden; color: #333; font-size: 0.4rem; font-style: normal; text-align: center; margin: 0 auto; padding: 0;}
	.nw_list ul li .nws_time span { display:block; width: 100%; overflow: hidden; color: #999; font-size: 0.24rem; font-style: normal; text-align: center; margin: 0 auto; padding: 0;}
	.nw_list ul li:active .nws_time { background-color: #0c65b6;}
	.nw_list ul li:active .nws_time em, .nw_list ul li:active .nws_time span { color:#fff;}
	.nw_list ul li .nws_text { width:100%; height: 1.2rem; overflow: hidden; margin: 0; padding: 0;}
	.nws_text .nw_name { width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; margin: 0 auto 0.1rem; padding: 0;}
	.nws_text .nw_name a { color: #2b2b2b; font-size: 0.30rem;}
	.nws_text .nw_name a:active { color: #0c65b6;}
	.nws_text p { width:100%; height: 0.70rem; overflow: hidden; line-height: 0.35rem; color: #999; font-size: 0.24rem; text-indent: 0.48rem; text-align: justify; margin: 0 auto ; padding: 0;}
	
	/**page**/
	/*.ly_page { width:100%; overflow: hidden; margin: 0.24rem auto; padding: 0; text-align: center;}
	.ly_page ul li { display:inline-block; height: 0.6rem; overflow: hidden; margin: 0; padding: 0;}
	.ly_page ul a { display:inline-block; width: 0.58rem; height: 0.58rem; overflow: hidden; line-height: 0.58rem; color: #999; font-size: 0.24rem; text-align: center; border: 0.01rem solid #eaeaea; margin: 0 0.02rem;}
	.ly_page ul li a.pn { width:1.18rem;}
	.ly_page ul a:active, .ly_page ul a.pnnum1 { color:#fff; border: 0.01rem solid #0c65b6; background-color: #0c65b6;}*/
	
	.ly_page{text-align:center;padding-top:0.24rem;padding-bottom:0.24rem;}
	.ly_page a{display:inline-block;padding:0 0.1rem;background:#ddd;height:0.6rem;line-height:0.6rem;text-align:center;margin-right: 0.02rem;border-radius:0.01rem;color:#555;}
	.ly_page a:hover{background:#0978c9;color:#ffffff;}
	.ly_page a.pnnum1{background:#0978c9;color:#ffffff;}
	.ly_page input{display:inline-block;padding:0 0.02rem;background:#0978c9;width:0.65rem !important;height:0.6rem !important;line-height:0.6rem;text-align:center;margin:0 0.02rem;color:#fff;cursor:pointer;}
	.ly_page .p_input{display:inline-block;padding:0 0.02rem;background:#ddd;height:0.6rem;line-height:0.6rem;text-align:center;margin:0 0.02rem;color:#555;cursor:default;}
	.ly_page td span{display:none;}
	.ly_page td #firstpage{display:none;}
	.ly_page td #endpage{display:none;}
	.ly_page a{margin-right:0.02rem;}
	.ly_page{font-size:0;color:#fff;margin-bottom: 0;}
	.ly_page ul{font-size:0;color:#fff;}
	.ly_page input{display:none !important;}
	.ly_page a{font-size:0.24rem;}
	
	/**newsdetail**/
	.news_detail { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.news_detail h3 { width:100%; overflow: hidden; line-height: 0.6rem; color: #333; font-size: 0.4rem; margin: 0 auto 0.24rem; padding: 0;}
	.news_detail .nwdtl_tip { width:100%; height: 0.6rem; overflow: hidden; line-height: 0.6rem; color: #999; font-size: 0.22rem; margin: 0 auto 0.48rem; padding: 0 0.24rem; background-color: #f5f5f5; box-sizing: border-box;}
	.nwdtl_tip span { display:inline-block; margin: 0 0.2rem 0 0;}
	.news_detail .nwdtl_con { width:100%; overflow: hidden; margin: 0.48rem auto 0; padding: 0;}
	.nwdtl_con p { width:100%; overflow: hidden; line-height: 0.44rem; color: #666; font-size: 0.28rem; text-indent: 2em; text-align: justify; margin: 0 auto 0.24rem; padding: 0;}
	.nwdtl_con img { display:inline-block; max-width: 100%; overflow: hidden; margin: 0.24rem auto; padding: 0;}
	
	.prev_next { width:100%; overflow: hidden; margin: 0.24rem auto 0.48rem; padding: 0;}
	.prev_next ul li { width:100%; height: 0.8rem; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; float: left;}
	.prev_next ul li p { width:100%; height: 0.8rem; overflow: hidden; margin: 0; padding: 0; background-color: #f5f5f5;display: block; width:100%; height: 0.8rem; overflow: hidden; margin: 0; padding: 0 0.24rem; line-height: 0.8rem;  box-sizing: border-box;}
	.prev_next ul li p a { color: #333; font-size: 0.28rem;}
	.prev_next ul li p:hover{background-color: #0c65b6; color:#fff;}
	.prev_next ul li p:hover a{color:#fff;}
	.prev_next ul li p:active { background-color: #0c65b6; color:#fff;}
	
	/**products**/
	.products_list { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}	
	.products_list ul li { width:100%; height: 2rem; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; background-color: #f8f8f8; position: relative;}
	.products_list ul li a .prolist_img { width:32%; height: 2rem; overflow: hidden; margin: 0; padding: 0; background-color: #f5f5f5; float: left; position: relative;}
	.prolist_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.products_list ul li .prolist_text { width:68%; height: 2rem; overflow: hidden; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.prolist_text .prolist_tit { width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.28rem; margin: 0 auto; padding: 0;}
	.products_list ul li a:active .prolist_text .prolist_tit {color:#0c65b6;}
	.prolist_text p { width:100%; overflow: hidden; margin: 0.12rem auto 0; padding: 0;}
	.prolist_text p b { display:block; width:100%; height: 0.36rem; overflow: hidden; line-height: 0.36rem; color: #333; font-size: 0.24rem;}
	.prolist_text p span { display:block; width:100%; height: 0.72rem; overflow: hidden; line-height: 0.36rem; color: #999; font-size: 0.24rem; text-indent: 2em; text-align: justify;}
	.prolist_text em.pro_check { display:none;}
	
	/**产品详细介绍**/
	.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.prodetail_con .prodetail_tit { width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.32rem; margin: 0 auto 0.24rem; padding: 0.2rem 0; border-bottom: 0.01rem solid #dfdfdf;}
	.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 0.24rem auto 0.48rem; padding: 0;}
	.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.26rem; font-weight: bold; margin: 0.24rem auto 0; padding: 0;}
	.pro_xxjs p { display:block; width: 100%; overflow: hidden; line-height: 0.4rem; color: #666; font-size: 0.26rem; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
	.pro_xxjs img { display:inline-block;width: 100% !important;height: auto !important;overflow: hidden; margin: 0.12rem auto; padding: 0;}
	
	/**产品咨询**/
	.pro_form { width:100%; overflow: hidden; margin: 0.24rem auto; padding: 0;}
	.pro_form ul li { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.pro_form ul li p { width: 22%; height: 0.76rem; overflow: hidden; line-height: 0.76rem; color: #666; font-size: 0.28rem; margin: 0 auto 0.12rem; padding: 0; float: left;}
	.pro_form ul li p.pro_fmbtn_l { display:none;}
	.pro_form ul li .pro_fmipt { width: 78%; overflow: hidden; border: 0.01rem solid #dfdfdf; padding: 0; margin: 0; box-sizing: border-box; position: relative; float: left;}
	.pro_form ul li .pro_fmbtn { width:100%; overflow: hidden; padding: 0; margin: 0.24rem 0 0; float: left;}
	.pro_form ul li .fm_half { width:100%; overflow: hidden; margin: 0 auto 0.24rem;}
	.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 0.76rem; overflow: hidden; line-height: 0.36rem; color: #666; font-size: 0.28rem; border: none; outline: none; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.pro_fmbtn input { display: block; width: 100%; height: 0.80rem; overflow: hidden; line-height: 0.4rem; color: #fff; font-size: 0.28rem; background-color: #607783; border: none; outline: none; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.pro_fmbtn input.tj { margin:0 4% 0.24rem 0; background-color: #00af80;}
	.pro_fmipt textarea { display: block; width: 100%; height: 2.4rem; overflow: hidden; line-height: 0.36rem; color: #666; font-size: 0.28rem; border: none; outline: none; resize: none; margin: 0; padding: 0.1rem 0.2rem; box-sizing: border-box;}
	.pro_fmipt a { display:block; width: 1.9rem; height: 0.76rem; overflow: hidden; position: absolute; top: 0; right: 0;}
	.pro_fmipt a img { display:block; width: 1.9rem; height: 0.76rem; margin: 0 auto; padding: 0;}
	
	/**prodetail**/
	.pro_detail_main { width:94%; overflow: hidden; margin: 0.24rem auto; padding: 0;}
	.pro_detail_main .pro_detail_img { width:7.02rem; height: 7.02rem; overflow: hidden; margin: 0 auto 0.48rem; padding: 0.12rem; border: 0.01rem solid #dfdfdf; box-sizing: border-box;}
	.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_img_main img { display:block; width: 100%; overflow: hidden; margin:0 auto; padding: 0;}
	.pro_detail_main .pro_detail_text { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_text h3 { width:100%; overflow: hidden; line-height: 0.6rem; color: #0c65b6; font-size: 0.4rem; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text ul { width:100%; margin: 0.48rem auto; padding: 0;}
	.pro_detail_text ul li { width:100%; overflow: hidden; line-height: 0.4rem; color: #999; font-size: 0.26rem; text-align: justify; margin: 0.1rem auto; padding: 0;}
	.pro_detail_text ul li span { color:#333; font-weight: bold;}
	.pro_tel{font-size:0.3rem;font-weight:bold;color:#F00;margin-bottom:0.2rem;}
	.pro_detail_text .pro_detail_btn { width:100%; height: 0.76rem; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_btn a { display:block; width:48%; height: 0.76rem; overflow: hidden; line-height: 0.76rem; color: #fff; font-size: 0.28rem; text-align: center; margin: 0 auto; padding: 0; float: left;}
	.pro_detail_btn a.prodtl_btn1 { background-color: #0c65b6; margin: 0 4% 0.24rem 0;}
	.pro_detail_btn a.prodtl_btn2 { background-color: #00af80;}
	.pro_detail_btn a.prodtl_btn1:active { background-color: #255abe;}
	.pro_detail_btn a.prodtl_btn2:active { background-color: #00bd8a;}
	
	.swiper-container { width: 100%; height: 100%;}
	.swiper-slide { text-align: center;}
	.swiper-slide .part { width:100%; height: 100%; position: relative;}
	.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0;}
	.swiper-pagination-bullet { width: 0.08rem; height: 0.08rem; background-color: rgba(0,0,0,0.5);}
	#swiper-container-01 .swiper-pagination-bullet-active { background-color: #0c65b6;}
	
	/**tjpro**/
	.tjpro { width:94%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.tjpro .tjpro_tit { width:100%; overflow: hidden; color: #333; font-size: 0.4rem; margin: 0 auto 0.24rem; padding: 0;}
	.tjpro .tjpro_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0.24rem 0; border: 0.01rem solid #eaeaea; box-sizing: border-box;}
	.tjpro_list .ly_scroll { width:100%; height:3.4rem; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li { width:2.8rem; overflow: hidden; margin: 0 0.24rem 0 0; padding: 0; float: left;}
	.ly_scroll ul li .ly_scroll_img { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li .ly_scroll_img a { display:block; width:2.8rem; height: 2.8rem; overflow: hidden; margin: 0 auto; padding: 0.12rem; box-sizing:border-box; position: relative;}
	.ly_scroll_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_scroll ul li p a { display:block; width:100%; height: 0.6rem; overflow: hidden; margin: 0 auto; padding: 0; line-height: 0.6rem; color: #fff; font-size: 0.24rem; text-align: center; background-color: #0c65b6;}
	.ly_scroll ul li:hover p a { background-color: #00af80;}
	
	/**contact**/
	.ly_map { width:100%; height: 4.0rem; overflow: hidden; margin: 0.24rem auto; padding: 0.1rem; border: 0.01rem solid #eaeaea; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.ly_contact { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.ly_contact h5 { width:100%; overflow: hidden; color: #333; font-size: 0.32rem; margin: 0 auto 0.24rem; padding: 0;}
	.ly_contact .con_text { width:100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.con_text ul { width:100%; overflow: hidden; margin: 0; padding: 0;  box-sizing: border-box;}
	.con_text ul li { width:100%; overflow: hidden; line-height: 0.44rem; color: #666; font-size: 0.28rem; margin: 0.1rem 0; padding: 0;}
	.con_text .con_img { width:100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.con_img img { display:block; width: 100%; overflow: hidden; margin: 0; padding: 0;}
	
	/**右侧悬浮**/
	.suspension { display:none;}
	
	/**面包屑**/
	.ny_pos { width:100%; overflow: hidden; line-height: 0.6rem; margin: 0 auto 0.24rem; padding: 0; color:#999; font-size: 0.26rem;}
	.ny_pos a { color:#999;}
	.ny_pos a:active { color:#0c65b6;}
	
	/**隐藏模块**/
	.ly_no { display:none;}
	
	/**行业资讯**/
	.nw_scroll { width:100%; height:5.6rem; overflow: hidden; margin: 0 auto; padding: 0;}
	.nw_scroll ul li { width:6.2rem; overflow:hidden; margin:0 0.36rem 0 0; padding:0; float:left;}
	.nw_scroll ul li .nw_img { width:100%; overflow:hidden; margin:0 auto 0.24rem; padding:0;}
	.nw_scroll ul li .nw_img a { display:block; width:100%; height:3.6rem; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.nw_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.nw_scroll ul li p a { display:block; width:100%; height: 0.4rem; overflow: hidden; margin: 0 auto 0.12rem; padding: 0; line-height: 0.4rem; color: #333; font-size: 0.32rem;}
	.nw_scroll ul li:hover p a { color: #0c65b6;}
	.nw_scroll ul li em { display:block; width:100%; height:0.3rem; overflow:hidden; line-height:0.3rem; color:#aaa; font-size:0.24rem; font-style:normal; margin:0 auto 0.12rem; padding:0;}
	.nw_scroll ul li span { display:block; width:100%; height:0.88rem; overflow:hidden; line-height:0.44rem; color:#787878; font-size:0.26rem; text-align:justify; margin:0 auto; padding:0;}
	
}


/**ab1**/
@media screen and (min-width:1200px) {
	.ab1 { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.ab1 { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ab1 ul li { width:31%; overflow: hidden; margin: 0 3.5% 40px 0; padding: 0; float: left;}
	.ab1 ul li:nth-child(3n+3) { margin: 0 0 40px 0;}
	.ab1 ul li .ab1_img { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ab1 ul li .ab1_img a { display:block; width:100%; height:280px; overflow: hidden; margin: 0 auto; padding: 0; border-top: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #fff; border-left: 1px solid #dfdfdf; border-radius: 2px 2px 0 0; box-sizing: border-box; position: relative;}
	.ab1 ul li .ab1_img a img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ab1 ul li .ab1_img a span { display:block; width:80px; height: 80px; overflow: hidden; margin: -40px 0 0 -40px; padding: 0; background: rgba(0, 0, 0, 0.6) url(../images/vd_btn.png) center center no-repeat; background-size: 40px 40px; border-radius: 50%; position: absolute; left: 50%; top: 50%;}
	.ab1 ul li:hover .ab1_img a span { background: rgba(12, 101, 182, 0.8) url(../images/vd_btn.png) center center no-repeat; background-size: 40px 40px;}
	.ab1 ul li .ab1_name { width:100%; height: 46px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #717476; border-radius: 0 0 2px 2px;}
	.ab1 ul li .ab1_name a { display:block; width:90%; height: 46px; overflow: hidden; line-height: 46px; color: #fff; font-size: 14px; text-align: center; margin: 0 auto; padding: 0;}
	.ab1 ul li:hover .ab1_img a { border-top: 1px solid #0c65b6; border-right: 1px solid #0c65b6; border-left: 1px solid #0c65b6;}
	.ab1 ul li:hover .ab1_name { background-color: #0c65b6;}
}
@media screen and (max-width:1080px) {
	.ab1 { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ab1 ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.ab1 ul li:nth-child(2n+2) { margin: 0 0 0.24rem 0;}
	.ab1 ul li .ab1_img { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ab1 ul li .ab1_img a { display:block; width:100%; height:2.8rem; overflow: hidden; margin: 0 auto; padding: 0; border-top: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #fff; border-left: 1px solid #dfdfdf; border-radius: 0.04rem 0.04rem 0 0; box-sizing: border-box; position: relative;}
	.ab1 ul li .ab1_img a img { display:block; max-width: 96%; max-height: 96%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ab1 ul li .ab1_img a span { display:block; width:0.8rem; height: 0.8rem; overflow: hidden; margin: -0.4rem 0 0 -0.4rem; padding: 0; background: rgba(0, 0, 0, 0.6) url(../images/vd_btn.png) center center no-repeat; background-size: 0.4rem 0.4rem; border-radius: 50%; position: absolute; left: 50%; top: 50%;}
	.ab1 ul li:active .ab1_img a span { background: rgba(12, 101, 182, 0.8) url(../images/vd_btn.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.ab1 ul li .ab1_name { width:100%; height: 0.72rem; overflow: hidden; margin: 0 auto; padding: 0; background-color: #717476; border-radius: 0 0 0.04rem 0.04rem;}
	.ab1 ul li .ab1_name a { display:block; width:90%; height: 0.72rem; overflow: hidden; line-height: 0.72rem; color: #fff; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	.ab1 ul li:active .ab1_img a { border-top: 1px solid #0c65b6; border-right: 1px solid #0c65b6; border-left: 1px solid #0c65b6;}
	.ab1 ul li:active .ab1_name { background-color: #0c65b6;}
}

 /**vd_main**/
@media screen and (min-width:1081px) {
	.vd_main { width: 60%;height:450px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #dfdfdf; box-sizing: border-box;}
	.vd_main .ly_vd { width: 100%; height: 720px; overflow: hidden; margin: 0 auto; padding: 10px 10px 0; box-sizing: border-box;}

.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#fff;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #ffffff;font-weight:bold;}
.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul { width:98%; margin: 40px auto 0; padding: 0 0; display: flex;}
.contact .content1 ul li { width:32%; height:240px; overflow:hidden; margin:0 2% 0 0; padding:40px 20px; background-color:#fff; box-sizing: border-box; float:left;box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);}
.contact .content1 ul li:nth-child(3n+3) { margin:0;}
.contact .content1 ul li img { display:block; width:44px; height:44px; overflow: hidden; margin:0 auto 20px; padding:0;}
.contact .content1 ul li p { width:100%; overflow:hidden; margin:0 auto; padding:0; color:#0c65b6; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.contact .content1 ul li em { display:block; width:30px; height:2px; overflow:hidden; margin:20px auto; padding:0; background-color:#0c65b6;}
.contact .content1 ul li span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#565656; font-size:14px; text-align:center; margin:0 auto; padding:0;}

.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
}
@media screen and (max-width:1080px) {
	.vd_main { width: 100%; height:5.0rem;overflow: hidden; margin: 0.24rem auto; padding: 0; border: 1px solid #dfdfdf; box-sizing: border-box;}
	.vd_main .ly_vd { width: 100%; height: 5.0rem; overflow: hidden; margin: 0 auto; padding: 0.12rem 0.12rem 0; box-sizing: border-box;}
	
	.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:80px;padding:0 0.3rem;font-size:0.26rem;text-align:center;height:0.8rem;line-height:0.8rem;margin-bottom: -1px;background:#fff;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #ffffff;font-weight:bold;}
.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul { width:98%; margin: 40px auto 0; padding: 0 0; display: block;}
.contact .content1 ul li {width:96%;height:4rem;overflow:hidden;margin:0 auto 0.4rem 0;padding:0.4rem 0.3rem;background-color:#fff;box-sizing:border-box;float:none;box-shadow:0 0 30px 0 rgba(0,0,0,0.1);}
.contact .content1 ul li img {display:block;width:0.8rem;height:0.8rem;overflow:hidden;margin:0 auto 20px;padding:0;}
.contact .content1 ul li p {width:100%;overflow:hidden;margin:0 auto;padding:0;color:#0c65b6;font-size:0.35rem;text-align:center;margin:0 auto;padding:0;}
.contact .content1 ul li em {display:block;width:0.4rem;height:2px;overflow:hidden;margin:20px auto;padding:0;background-color:#0c65b6;}
.contact .content1 ul li span {display:block;width:100%;height:0.5rem;overflow:hidden;line-height:0.5rem;color:#565656;font-size:0.28rem;text-align:center;margin:0 auto;padding:0;}

.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
}

.pro_form .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.pro_form .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.pro_form .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.pro_form .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.pro_form .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_form .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_form .ly_msg ul li .msg_ipt1 { height: 34px;}
.pro_form .ly_msg ul li .msg_tara { height: 118px;}
.pro_form .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_form .msg_ipt1 input { height: 34px; line-height: 16px;}
.pro_form .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.pro_form .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.pro_form .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_form .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.pro_form .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.pro_form .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.pro_form .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_form .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.pro_form .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.pro_form .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.pro_form .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.pro_form .ly_msg ul li .msg_ipt1 {height: 47px;}
.pro_form .msg_ipt1 input { height: 45px; line-height: 45px;}
.pro_form .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.pro_form .msg_ipt12 input {height:45px;}
.pro_form .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.pro_form input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.pro_form textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.pro_form select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.pro_form input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.pro_form  .ly_msg ul li a.yzm_img img{height:100% !important;}
.pro_form .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.pro_form .msg_btn input:first-child{background:#1e50ae;color:#fff;outline:none;}
.pro_form  .msg_ipt2 input {height: 45px;}
.pro_form  .ly_msg ul li .msg_ipt2{height: 45px;}
@media (max-width:767px) {
.ly_msg ul li h4{display:none;}
.pro_form .ly_msg ul li div{width:100% !important;}
.pro_form .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.pro_form .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.pro_form .msg_btn input{width:49%;margin-right:0;}
.pro_form .msg_btn input:first-child{margin-right:2%;}
	}

